summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-08 11:54:40 +0200
committerRemi Collet <remi@php.net>2026-04-08 11:54:40 +0200
commitf350bab648bd597bb13864e65d7d740a78ba66d6 (patch)
tree79139455c33a0849476669df71b9101a6d3c4ed0
parent2a703ec6575ec93e5a4c67d913e24a98a8b53563 (diff)
Update to 8.4.20 - http://www.php.net/releases/8_4_20.phpHEADmaster
-rw-r--r--failed.txt30
-rw-r--r--php84.spec5
2 files changed, 21 insertions, 14 deletions
diff --git a/failed.txt b/failed.txt
index 6985aa0..f0364ea 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,21 +1,25 @@
-===== 8.4.20RC1 (2026-03-26)
+===== 8.4.20 (2026-04-09)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/el8a84/build.log:Tests failed : 0
-/var/lib/mock/el8x84/build.log:Tests failed : 0
-/var/lib/mock/el9a84/build.log:Tests failed : 0
-/var/lib/mock/el9x84/build.log:Tests failed : 0
-/var/lib/mock/el10a84/build.log:Tests failed : 0
-/var/lib/mock/el10x84/build.log:Tests failed : 0
-/var/lib/mock/fc42a84/build.log:Tests failed : 0
-/var/lib/mock/fc42x84/build.log:Tests failed : 0
-/var/lib/mock/fc43a84/build.log:Tests failed : 0
-/var/lib/mock/fc43x84/build.log:Tests failed : 0
-/var/lib/mock/fc44a84/build.log:Tests failed : 0
-/var/lib/mock/fc44x84/build.log:Tests failed : 0
+/var/lib/mock/el8a84/build.log:Tests failed : 3
+/var/lib/mock/el8x84/build.log:Tests failed : 3
+/var/lib/mock/el9a84/build.log:Tests failed : 3
+/var/lib/mock/el9x84/build.log:Tests failed : 3
+/var/lib/mock/el10a84/build.log:Tests failed : 3
+/var/lib/mock/el10x84/build.log:Tests failed : 3
+/var/lib/mock/fc42a84/build.log:Tests failed : 3
+/var/lib/mock/fc42x84/build.log:Tests failed : 3
+/var/lib/mock/fc43a84/build.log:Tests failed : 3
+/var/lib/mock/fc43x84/build.log:Tests failed : 3
+/var/lib/mock/fc44a84/build.log:Tests failed : 3
+/var/lib/mock/fc44x84/build.log:Tests failed : 3
+all
+ 2 Bug #74796: TLS encryption fails behind HTTP proxy [ext/openssl/tests/bug74796.phpt]
+ 2 sni_server [ext/openssl/tests/sni_server.phpt]
+ 2 sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt]
1 proc_open give erratic test results :(
diff --git a/php84.spec b/php84.spec
index 438ed0c..e1a9d8e 100644
--- a/php84.spec
+++ b/php84.spec
@@ -81,7 +81,7 @@
%bcond_with zip
%global upver 8.4.20
-%global rcver RC1
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -1856,6 +1856,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
+* Wed Apr 8 2026 Remi Collet <remi@remirepo.net> - 8.4.20-1
+- Update to 8.4.20 - http://www.php.net/releases/8_4_20.php
+
* Wed Mar 25 2026 Remi Collet <remi@remirepo.net> - 8.4.20~RC1-1
- update to 8.4.20RC1