diff options
| -rw-r--r-- | failed.txt | 10 | ||||
| -rw-r--r-- | php.ini | 2 | ||||
| -rw-r--r-- | php80.spec | 9 | 
3 files changed, 12 insertions, 9 deletions
| @@ -1,18 +1,18 @@ -===== 8.0.0rc1 (2020-10-01) +===== 8.0.0RC2 (2020-10-15)  $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el7x/build.log:Tests failed    :     1 +/var/lib/mock/el7x/build.log:Tests failed    :     0  /var/lib/mock/el8x80/build.log:Tests failed  :     1  /var/lib/mock/fc31x/build.log:Tests failed    :    0  /var/lib/mock/fc32x/build.log:Tests failed    :    0 -/var/lib/mock/fc33x/build.log:Tests failed    :    0 +/var/lib/mock/fc33x/build.log:Tests failed    :    1 -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] +fc33x: +	2	SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt]  1	proc_open give erratic test results :( @@ -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 @@ -90,13 +90,13 @@  %bcond_with            zip  %global upver          8.0.0 -%global rcver          rc1 -%global lower          rc1 +%global rcver          RC2 +%global lower          rc2  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{lower}} -Release: 5%{?dist} +Release: 6%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -2138,6 +2138,9 @@ fi  %changelog +* Wed Oct 14 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc2-6 +- 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 | 
