diff options
| author | Remi Collet <remi@remirepo.net> | 2023-03-15 07:46:44 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-03-15 07:46:44 +0100 | 
| commit | aecaed8ed0f18265142e1b05a5c22f45af52f479 (patch) | |
| tree | 05299a480546b717b57ae3497eab622adec7b4a2 | |
| parent | fa9d8324acf84051d967a66b6de37f6c5307debd (diff) | |
Update to 8.2.4 - http://www.php.net/releases/8_2_4.phpv8.2.4
| -rw-r--r-- | failed.txt | 7 | ||||
| -rw-r--r-- | php82.spec | 5 | 
2 files changed, 7 insertions, 5 deletions
| @@ -1,8 +1,8 @@ -===== 8.2.4RC1 (2023-03-02) +===== 8.2.4 (2023-03-16)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x82/build.log:Tests failed   :    2 +/var/lib/mock/el7x82/build.log:Tests failed   :    1  /var/lib/mock/el8x82/build.log:Tests failed   :    0  /var/lib/mock/el9x82/build.log:Tests failed   :    0  /var/lib/mock/fc36x82/build.log:Tests failed  :    0 @@ -11,8 +11,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log  el7x: -	5	ReflectionFunctionAbstract::getClosureUsedVariables [ext/reflection/tests/ReflectionFunction_getClosureUsedVariables.phpt] -	5	GH-10623 (ReflectionFunction::getClosureUsedVariables() returns empty array in presence of variadic arguments) [ext/reflection/tests/gh10623.phpt] +	4	ext/date/tests/gh10747-2.phpt  fc38x:  	3	openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt]  	3	openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] @@ -110,7 +110,7 @@  %bcond_with            zip  %global upver          8.2.4 -%global rcver          RC1 +#global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2200,6 +2200,9 @@ fi  %changelog +* Wed Mar 15 2023 Remi Collet <remi@remirepo.net> - 8.2.4-1 +- Update to 8.2.4 - http://www.php.net/releases/8_2_4.php +  * Wed Mar  1 2023 Remi Collet <remi@remirepo.net> - 8.2.4~RC1-1  - update to 8.2.4RC1 | 
