Skip to content

Commit 6afabe6

Browse files
committed
Announce PHP 8.5.5
1 parent 6339089 commit 6afabe6

File tree

7 files changed

+162
-9
lines changed

7 files changed

+162
-9
lines changed

ChangeLog-8.php

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,85 @@
99

1010
<a id="PHP_8_5"></a>
1111

12+
<section class="version" id="8.5.5"><!-- {{{ 8.5.5 -->
13+
<h3>Version 8.5.5</h3>
14+
<b><?php release_date('09-Apr-2026'); ?></b>
15+
<ul><li>Core:
16+
<ul>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 20672); ?> (Incorrect property_info sizing for locally shadowed trait properties).</li>
18+
<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>
19+
</ul></li>
20+
<li>Bz2:
21+
<ul>
22+
<li>Fix truncation of total output size causing erroneous errors.</li>
23+
</ul></li>
24+
<li>DOM:
25+
<ul>
26+
<li>Fixed bug <?php githubissuel('php/php-src', 21486); ?> (Dom\HTMLDocument parser mangles xml:space and xml:lang attributes).</li>
27+
</ul></li>
28+
<li>FFI:
29+
<ul>
30+
<li>Fixed resource leak in FFI::cdef() onsymbol resolution failure.</li>
31+
</ul></li>
32+
<li>GD:
33+
<ul>
34+
<li>Fixed bug <?php githubissuel('php/php-src', 21431); ?> (phpinfo() to display libJPEG 10.0 support).</li>
35+
</ul></li>
36+
<li>Opcache:
37+
<ul>
38+
<li>Fixed bug <?php githubissuel('php/php-src', 21052); ?> (Preloaded constant erroneously propagated to file-cached script).</li>
39+
<li>Fixed bug <?php githubissuel('php/php-src', 20838); ?> (JIT compiler produces wrong arithmetic results).</li>
40+
<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>
41+
<li>Fixed bug <?php githubissuel('php/php-src', 21395); ?> (uaf in jit).</li>
42+
</ul></li>
43+
<li>OpenSSL:
44+
<ul>
45+
<li>Fixed bug <?php githubissuel('php/php-src', 21083); ?> (Skip private_key_bits validation for EC/curve-based keys).</li>
46+
<li>Fix missing error propagation for BIO_printf() calls.</li>
47+
</ul></li>
48+
<li>PCNTL:
49+
<ul>
50+
<li>Fixed signal handler installation on AIX by bumping the storage size of the num_signals global.</li>
51+
</ul></li>
52+
<li>PCRE:
53+
<ul>
54+
<li>Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, php_pcre_split_impl, and php_pcre_grep_impl.</li>
55+
</ul></li>
56+
<li>Phar:
57+
<ul>
58+
<li>Fixed bug <?php githubissuel('php/php-src', 21333); ?> (use after free when unlinking entries during iteration of a compressed phar).</li>
59+
</ul></li>
60+
<li>SNMP:
61+
<ul>
62+
<li>Fixed bug <?php githubissuel('php/php-src', 21336); ?> (SNMP::setSecurity() undefined behavior with NULL arguments).</li>
63+
</ul></li>
64+
<li>SOAP:
65+
<ul>
66+
<li>Fixed Set-Cookie parsing bug wrong offset while scanning attributes.</li>
67+
</ul></li>
68+
<li>SPL:
69+
<ul>
70+
<li>Fixed bug <?php githubissuel('php/php-src', 21454); ?> (missing write lock validation in SplHeap).</li>
71+
</ul></li>
72+
<li>Standard:
73+
<ul>
74+
<li>Fixed bug <?php githubissuel('php/php-src', 20906); ?> (Assertion failure when messing up output buffers).</li>
75+
<li>Fixed bug <?php githubissuel('php/php-src', 20627); ?> (Cannot identify some avif images with getimagesize).</li>
76+
</ul></li>
77+
<li>Sysvshm:
78+
<ul>
79+
<li>Fix memory leak in shm_get_var() when variable is corrupted.</li>
80+
</ul></li>
81+
<li>XSL:
82+
<ul>
83+
<li>Fix <?php githubissuel('php/php-src', 21357); ?> (XSLTProcessor works with DOMDocument, but fails with Dom\XMLDocument).</li>
84+
<li>Fixed bug <?php githubissuel('php/php-src', 21496); ?> (UAF in dom_objects_free_storage).</li>
85+
</ul></li>
86+
</ul>
87+
<!-- }}} --></section>
88+
89+
90+
1291
<section class="version" id="8.5.4"><!-- {{{ 8.5.4 -->
1392
<h3>Version 8.5.4</h3>
1493
<b><?php release_date('12-Mar-2026'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2026-04-09-1.xml"/>
1213
<xi:include href="entries/2026-03-12-2.xml"/>
1314
<xi:include href="entries/2026-03-12-1.xml"/>
1415
<xi:include href="entries/2026-02-12-2.xml"/>

archive/entries/2026-04-09-1.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.5.5 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-04-09-1</id>
5+
<published>2026-04-09T15:02:48+00:00</published>
6+
<updated>2026-04-09T15:02:48+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-04-09-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-04-09-1" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 8.5 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.5.5 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.5">there</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.5.5">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/release-qa.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
'active' => true,
8989
'release' => [
9090
'type' => 'RC',
91-
'number' => 1,
92-
'sha256_bz2' => '71799a09bcf033b9784c2ca156387eb2e5549cee71131e71ac7103381c6e030d',
93-
'sha256_gz' => '39ba7a41078a4d4c63b71acefbd14f4e9de14d314ad37dca3a75ef699284592e',
94-
'sha256_xz' => '42ef94cb80d6d2d218283544b88f527c44e941e3b27d5c9dbbde44d12dee1990',
91+
'number' => 0,
92+
'sha256_bz2' => '',
93+
'sha256_gz' => '',
94+
'sha256_xz' => '',
9595
'date' => '26 Mar 2026',
9696
'baseurl' => 'https://downloads.php.net/~edorian/',
9797
],

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.5.4' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_5_4.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '12 Mar 2026',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.5.4.tar.gz',
20+
'name' => 'PHP 8.5.4 (tar.gz)',
21+
'sha256' => '4fef7f44eff3c18e329504cb0d3eb30b41cf54e2db05cb4ebe8b78fc37d38ce1',
22+
'date' => '12 Mar 2026',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.5.4.tar.bz2',
27+
'name' => 'PHP 8.5.4 (tar.bz2)',
28+
'sha256' => '2ac929a29a6b7ef4b8acec981a417b91bdf7f548f597df665cc56ab9ea95fc75',
29+
'date' => '12 Mar 2026',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.5.4.tar.xz',
34+
'name' => 'PHP 8.5.4 (tar.xz)',
35+
'sha256' => 'c1569f1f543f6b025c583cdc0e730e5c5833c603618613f1aa8e75d1524b8c91',
36+
'date' => '12 Mar 2026',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.5.3' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ $RELEASES = (function () {
2020

2121
/* PHP 8.5 Release */
2222
$data['8.5'] = [
23-
'version' => '8.5.4',
24-
'date' => '12 Mar 2026',
23+
'version' => '8.5.5',
24+
'date' => '09 Apr 2026',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
2727
// WARNING: Order of SHA256 entries here is DIFFERENT from the
2828
// order in the manifest
29-
'tar.gz' => '4fef7f44eff3c18e329504cb0d3eb30b41cf54e2db05cb4ebe8b78fc37d38ce1',
30-
'tar.bz2' => '2ac929a29a6b7ef4b8acec981a417b91bdf7f548f597df665cc56ab9ea95fc75',
31-
'tar.xz' => 'c1569f1f543f6b025c583cdc0e730e5c5833c603618613f1aa8e75d1524b8c91',
29+
'tar.gz' => '276279f637a875a514346b332bba6d8b06c036cf7979a858e5c55f72c4874884',
30+
'tar.bz2' => 'ee262beff61c431965d1f97192854b36208adeac38983c3498bb3500ae87283c',
31+
'tar.xz' => '95bec382f4bd00570a8ef52a58ec04d8d9b9a90494781f1c106d1b274a3902f2',
3232
]
3333
];
3434

releases/8_5_5.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_5_5.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.5.5 Release Announcement');
5+
?>
6+
<h1>PHP 8.5.5 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.5.5. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.5 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.5.5 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.5">there</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.5.5">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)