Author: Volker Dusch (edorian)
Date: 2026-04-09T17:08:08+02:00

Commit: 
https://github.com/php/web-php/commit/6afabe69e90613b76b40704aee32b9925659ab5d
Raw diff: 
https://github.com/php/web-php/commit/6afabe69e90613b76b40704aee32b9925659ab5d.diff

Announce PHP 8.5.5

Changed paths:
  A  archive/entries/2026-04-09-1.xml
  A  releases/8_5_5.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/release-qa.php
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 0d8a93a6f0..cbc4bb6655 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -9,6 +9,85 @@
 
 <a id="PHP_8_5"></a>
 
+<section class="version" id="8.5.5"><!-- {{{ 8.5.5 -->
+<h3>Version 8.5.5</h3>
+<b><?php release_date('09-Apr-2026'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20672); ?> (Incorrect 
property_info sizing for locally shadowed trait properties).</li>
+  <li>Fixed bugs <?php githubissuel('php/php-src', 20875); ?>, <?php 
githubissuel('php/php-src', 20873); ?>, <?php githubissuel('php/php-src', 
20854); ?> (Propagate IN_GET guard in get_property_ptr_ptr for lazy 
proxies).</li>
+</ul></li>
+<li>Bz2:
+<ul>
+  <li>Fix truncation of total output size causing erroneous errors.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21486); ?> (Dom\HTMLDocument 
parser mangles xml:space and xml:lang attributes).</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li>Fixed resource leak in FFI::cdef() onsymbol resolution failure.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21431); ?> (phpinfo() to 
display libJPEG 10.0 support).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21052); ?> (Preloaded 
constant erroneously propagated to file-cached script).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20838); ?> (JIT compiler 
produces wrong arithmetic results).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21267); ?> (JIT tracing: 
infinite loop on FETCH_OBJ_R with IS_UNDEF property in polymorphic 
context).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21395); ?> (uaf in jit).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21083); ?> (Skip 
private_key_bits validation for EC/curve-based keys).</li>
+  <li>Fix missing error propagation for BIO_printf() calls.</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+  <li>Fixed signal handler installation on AIX by bumping the storage size of 
the num_signals global.</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, 
php_pcre_split_impl, and php_pcre_grep_impl.</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21333); ?> (use after free 
when unlinking entries during iteration of a compressed phar).</li>
+</ul></li>
+<li>SNMP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21336); ?> 
(SNMP::setSecurity() undefined behavior with NULL arguments).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li>Fixed Set-Cookie parsing bug wrong offset while scanning attributes.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21454); ?> (missing write 
lock validation in SplHeap).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20906); ?> (Assertion 
failure when messing up output buffers).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20627); ?> (Cannot identify 
some avif images with getimagesize).</li>
+</ul></li>
+<li>Sysvshm:
+<ul>
+  <li>Fix memory leak in shm_get_var() when variable is corrupted.</li>
+</ul></li>
+<li>XSL:
+<ul>
+  <li>Fix <?php githubissuel('php/php-src', 21357); ?> (XSLTProcessor works 
with DOMDocument, but fails with Dom\XMLDocument).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 21496); ?> (UAF in 
dom_objects_free_storage).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.5.4"><!-- {{{ 8.5.4 -->
 <h3>Version 8.5.4</h3>
 <b><?php release_date('12-Mar-2026'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 5482b79e40..aa3e2beae4 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>[email protected]</email>
   </author>
+  <xi:include href="entries/2026-04-09-1.xml"/>
   <xi:include href="entries/2026-03-12-2.xml"/>
   <xi:include href="entries/2026-03-12-1.xml"/>
   <xi:include href="entries/2026-02-12-2.xml"/>
diff --git a/archive/entries/2026-04-09-1.xml b/archive/entries/2026-04-09-1.xml
new file mode 100644
index 0000000000..095ce7f068
--- /dev/null
+++ b/archive/entries/2026-04-09-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.5.5 Released!</title>
+  <id>https://www.php.net/archive/2026.php#2026-04-09-1</id>
+  <published>2026-04-09T15:02:48+00:00</published>
+  <updated>2026-04-09T15:02:48+00:00</updated>
+  <link href="https://www.php.net/index.php#2026-04-09-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2026.php#2026-04-09-1"; rel="via" 
type="text/html"/>
+  <category term="releases" label="New PHP release"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";><p>The PHP development team 
announces the immediate availability of PHP 8.5.5. This is a bug fix 
release.</p>
+
+<p>All PHP 8.5 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.5.5 please visit our <a 
href="https://www.php.net/downloads.php";>downloads page</a>,
+Windows source and binaries can also be found <a 
href="https://www.php.net/downloads.php?os=windows&amp;version=8.5";>there</a>.
+The list of changes is recorded in the <a 
href="https://www.php.net/ChangeLog-8.php#8.5.5";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index 3e7648fdec..79cc541b94 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -88,10 +88,10 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'71799a09bcf033b9784c2ca156387eb2e5549cee71131e71ac7103381c6e030d',
-            'sha256_gz'  => 
'39ba7a41078a4d4c63b71acefbd14f4e9de14d314ad37dca3a75ef699284592e',
-            'sha256_xz'  => 
'42ef94cb80d6d2d218283544b88f527c44e941e3b27d5c9dbbde44d12dee1990',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '26 Mar 2026',
             'baseurl'    => 'https://downloads.php.net/~edorian/',
         ],
diff --git a/include/releases.inc b/include/releases.inc
index 2b74cc6c08..4e9e21ad66 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.5.4' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_5_4.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '12 Mar 2026',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.5.4.tar.gz',
+          'name' => 'PHP 8.5.4 (tar.gz)',
+          'sha256' => 
'4fef7f44eff3c18e329504cb0d3eb30b41cf54e2db05cb4ebe8b78fc37d38ce1',
+          'date' => '12 Mar 2026',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.5.4.tar.bz2',
+          'name' => 'PHP 8.5.4 (tar.bz2)',
+          'sha256' => 
'2ac929a29a6b7ef4b8acec981a417b91bdf7f548f597df665cc56ab9ea95fc75',
+          'date' => '12 Mar 2026',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.5.4.tar.xz',
+          'name' => 'PHP 8.5.4 (tar.xz)',
+          'sha256' => 
'c1569f1f543f6b025c583cdc0e730e5c5833c603618613f1aa8e75d1524b8c91',
+          'date' => '12 Mar 2026',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.5.3' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 832f9b7cc2..917edf9d7d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,15 +20,15 @@ $RELEASES = (function () {
 
     /* PHP 8.5 Release */
     $data['8.5'] = [
-        'version' => '8.5.4',
-        'date' => '12 Mar 2026',
+        'version' => '8.5.5',
+        'date' => '09 Apr 2026',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
             // WARNING: Order of SHA256 entries here is DIFFERENT from the
             // order in the manifest
-            'tar.gz' => 
'4fef7f44eff3c18e329504cb0d3eb30b41cf54e2db05cb4ebe8b78fc37d38ce1',
-            'tar.bz2' => 
'2ac929a29a6b7ef4b8acec981a417b91bdf7f548f597df665cc56ab9ea95fc75',
-            'tar.xz' => 
'c1569f1f543f6b025c583cdc0e730e5c5833c603618613f1aa8e75d1524b8c91',
+            'tar.gz' => 
'276279f637a875a514346b332bba6d8b06c036cf7979a858e5c55f72c4874884',
+            'tar.bz2' => 
'ee262beff61c431965d1f97192854b36208adeac38983c3498bb3500ae87283c',
+            'tar.xz' => 
'95bec382f4bd00570a8ef52a58ec04d8d9b9a90494781f1c106d1b274a3902f2',
         ]
     ];
 
diff --git a/releases/8_5_5.php b/releases/8_5_5.php
new file mode 100644
index 0000000000..295b7e79cf
--- /dev/null
+++ b/releases/8_5_5.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_5_5.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.5.5 Release Announcement');
+?>
+<h1>PHP 8.5.5 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.5.5. 
This is a bug fix release.</p>
+
+<p>All PHP 8.5 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.5.5 please visit our <a 
href="https://www.php.net/downloads.php";>downloads page</a>,
+Windows source and binaries can also be found <a 
href="https://www.php.net/downloads.php?os=windows&amp;version=8.5";>there</a>.
+The list of changes is recorded in the <a 
href="https://www.php.net/ChangeLog-8.php#8.5.5";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to