summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt6
-rw-r--r--php.ini2
-rw-r--r--php.spec9
3 files changed, 9 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index c138256..69a3601 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,14 @@
-===== 8.0.0rc1 (2020-10-01)
+===== 8.0.0RC2 (2020-10-15)
$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log
-/var/lib/mock/scl80el7x/build.log:Tests failed : 1
+/var/lib/mock/scl80el7x/build.log:Tests failed : 0
/var/lib/mock/scl80el8x/build.log:Tests failed : 1
/var/lib/mock/scl80fc31x/build.log:Tests failed : 0
/var/lib/mock/scl80fc32x/build.log:Tests failed : 0
/var/lib/mock/scl80fc33x/build.log:Tests failed : 0
-el7x:
- 2 Request #70438: Add IV parameter for openssl_seal and openssl_open [ext/openssl/tests/bug70438.phpt]
el8x:
3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]
diff --git a/php.ini b/php.ini
index f1f057f..6d5dd50 100644
--- a/php.ini
+++ b/php.ini
@@ -370,7 +370,7 @@ zend.enable_gc = On
; Only affects if zend.multibyte is set.
;zend.script_encoding =
-; Allows to include or exclude arguments from stack traces generated for exceptions
+; Allows to include or exclude arguments from stack traces generated for exceptions.
; In production, it is recommended to turn this setting on to prohibit the output
; of sensitive information in stack traces
; Default Value: Off
diff --git a/php.spec b/php.spec
index 53daec8..e3d56b3 100644
--- a/php.spec
+++ b/php.spec
@@ -103,13 +103,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.0.0
-%global rcver rc1
-%global lower %{rcver}
+%global rcver RC2
+%global lower rc2
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 34%{?dist}
+Release: 35%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1804,6 +1804,9 @@ fi
%changelog
+* Wed Oct 14 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc2-35
+- update to 8.0.0RC2
+
* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc1-34
- update to 8.0.0rc1
- bump ABI/API versions