diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.ini | 2 | ||||
-rw-r--r-- | php80.spec | 13 |
3 files changed, 14 insertions, 7 deletions
@@ -1,4 +1,4 @@ -===== 8.0.0RC5 (2020-11-19) +===== 8.0.0 (2020-11-26) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,11 +6,13 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /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 el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] +fc33x: + 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] 1 proc_open give erratic test results :( @@ -1514,7 +1514,7 @@ zend.assertions = -1 ; http input encoding. ; mbstring.encoding_translation = On is needed to use this setting. ; If empty, default_charset or input_encoding or mbstring.input is used. -; The precedence is: default_charset < input_encoding < mbsting.http_input +; The precedence is: default_charset < input_encoding < mbstring.http_input ; http://php.net/mbstring.http-input ;mbstring.http_input = @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.0.0 -%global rcver RC5 -%global lower rc5 +#global rcver RC5 +#global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 9%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -375,7 +375,9 @@ Provides: php-hash, php-hash%{?_isa} Provides: php-mhash = %{version}, php-mhash%{?_isa} = %{version} Provides: php-iconv, php-iconv%{?_isa} Obsoletes: php-json < 8 -Provides: php-json = %{upver}, %{?scl_prefix}php-json%{?_isa} = %{upver} +Obsoletes: php-pecl-json < 8 +Obsoletes: php-pecl-jsonc < 8 +Provides: php-json = %{upver}, php-json%{?_isa} = %{upver} Provides: php-libxml, php-libxml%{?_isa} Provides: php-openssl, php-openssl%{?_isa} Provides: php-phar, php-phar%{?_isa} @@ -2138,6 +2140,9 @@ fi %changelog +* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 8.0.0-1 +- update to 8.0.0 GA + * Wed Nov 18 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc5-9 - update to 8.0.0RC5 - use oracle client library version 19.9 |