Author: Volker Dusch (edorian)
Date: 2026-03-26T21:59:27+01:00

Commit: 
https://github.com/php/web-php/commit/4605ed8a294f83253872ea3dde35c68e241f5a08
Raw diff: 
https://github.com/php/web-php/commit/4605ed8a294f83253872ea3dde35c68e241f5a08.diff

Announce PHP 8.5.5R1

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 1a0b207197..3e7648fdec 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -84,16 +84,16 @@
         ],
     ],
 
-    '8.5.4' => [
+    '8.5.5' => [
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 0,
-            'sha256_bz2' => '',
-            'sha256_gz'  => '',
-            'sha256_xz'  => '',
-            'date'       => '26 Feb 2026',
-            'baseurl'    => 'https://downloads.php.net/~daniels/',
+            'number'     => 1,
+            'sha256_bz2' => 
'71799a09bcf033b9784c2ca156387eb2e5549cee71131e71ac7103381c6e030d',
+            'sha256_gz'  => 
'39ba7a41078a4d4c63b71acefbd14f4e9de14d314ad37dca3a75ef699284592e',
+            'sha256_xz'  => 
'42ef94cb80d6d2d218283544b88f527c44e941e3b27d5c9dbbde44d12dee1990',
+            'date'       => '26 Mar 2026',
+            'baseurl'    => 'https://downloads.php.net/~edorian/',
         ],
     ],
 ];

Reply via email to