From 927b9f6dbffc56fb23dc9cf322b16cb5e98b9433 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 08:15:53 +0100 Subject: update to 8.0.0 GA --- failed.txt | 6 ++++-- php.ini | 2 +- php80.spec | 13 +++++++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 594055a..c4d1032 100644 --- a/failed.txt +++ b/failed.txt @@ -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 :( diff --git a/php.ini b/php.ini index 6d5dd50..dae0741 100644 --- a/php.ini +++ b/php.ini @@ -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 = diff --git a/php80.spec b/php80.spec index 49eedfd..ad1f906 100644 --- a/php80.spec +++ b/php80.spec @@ -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 - 8.0.0-1 +- update to 8.0.0 GA + * Wed Nov 18 2020 Remi Collet - 8.0.0~rc5-9 - update to 8.0.0RC5 - use oracle client library version 19.9 -- cgit