diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-06 17:19:02 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-06 17:19:02 +0100 |
commit | 7732ae7c77f01f1aa030b602f220f110c0f91e2f (patch) | |
tree | d36ec5a4b33571a1f04025a1261e56c2cb8e81d0 | |
parent | 33144e7e80686d1f4a8458338174dcb9fb3b9d76 (diff) |
update to 8.2.0 GAv8.2.0
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.ini | 6 | ||||
-rw-r--r-- | php.spec | 10 |
3 files changed, 11 insertions, 11 deletions
@@ -1,9 +1,9 @@ -===== 8.2.0RC7 (2022-11-24) +===== 8.2.0 (2022-12-08) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl82el7x/build.log:Tests failed : 1 -/var/lib/mock/scl82el8x/build.log:Tests failed : 2 +/var/lib/mock/scl82el8x/build.log:Tests failed : 1 /var/lib/mock/scl82el9x/build.log:Tests failed : 1 /var/lib/mock/scl82fc35x/build.log:Tests failed : 1 /var/lib/mock/scl82fc36x/build.log:Tests failed : 1 @@ -12,8 +12,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log all: 3 Compatibility of values of same name trait constants is checked after their constant expressions are evaluated [Zend/tests/traits/constant_016.phpt] -el8x: - 3 Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] (1) proc_open give erratic test results :( @@ -9,8 +9,8 @@ ; PHP attempts to find and load this configuration from a number of locations. ; The following is a summary of its search order: ; 1. SAPI module specific location. -; 2. The PHPRC environment variable. (As of PHP 5.2.0) -; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0) +; 2. The PHPRC environment variable. +; 3. A number of predefined registry keys on Windows ; 4. Current working directory (except CLI) ; 5. The web server's directory (for SAPI modules), or directory of PHP ; (otherwise in Windows) @@ -449,7 +449,7 @@ memory_limit = 128M ; development and early testing. ; ; Error Level Constants: -; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0) +; E_ALL - All errors and warnings ; E_ERROR - fatal run-time errors ; E_RECOVERABLE_ERROR - almost fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors) @@ -123,13 +123,12 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.0 -%global rcver RC7 -%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') +#global rcver RC7 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 22%{?dist} +Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1850,6 +1849,9 @@ fi %changelog +* Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 8.2.0-1 +- update to 8.2.0 GA + * Fri Nov 25 2022 Remi Collet <remi@remirepo.net> - 8.2.0~rc7-22 - test build for GH-9997 with new upstream patch |