Skip to content

Commit e7f6ed5

Browse files
committed
Announce PHP 8.4.23
1 parent 58acb28 commit e7f6ed5

7 files changed

Lines changed: 159 additions & 11 deletions

File tree

ChangeLog-8.php

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,80 @@
10301030

10311031
<a id="PHP_8_4"></a>
10321032

1033+
<section class="version" id="8.4.23"><!-- {{{ 8.4.23 -->
1034+
<h3>Version 8.4.23</h3>
1035+
<b><?php release_date('03-Jul-2026'); ?></b>
1036+
<ul><li>Core:
1037+
<ul>
1038+
<li>Fixed bug <?php githubissuel('php/php-src', 22280); ?> (Incorrect compile error for goto to label preceding try/finally block).</li>
1039+
</ul></li>
1040+
<li>BCMath:
1041+
<ul>
1042+
<li>Fixed issues with oversized allocations and signed overflow in bcround() and BcMath\Number::round().</li>
1043+
</ul></li>
1044+
<li>Date:
1045+
<ul>
1046+
<li>Fix incorrect recurrence check of DatePeriod::createFromISO8601String().</li>
1047+
</ul></li>
1048+
<li>DOM:
1049+
<ul>
1050+
<li>Fix <?php githubissuel('php/php-src', 22219); ?> (Dom\XMLDocument::schemaValidate fails to resolve xs:QName with prefix from imported schema).</li>
1051+
</ul></li>
1052+
<li>Exif:
1053+
<ul>
1054+
<li>Read correct value for single and double tags.</li>
1055+
</ul></li>
1056+
<li>GD:
1057+
<ul>
1058+
<li>Fixed bug <?php githubissuel('php/php-src', 22121); ?> (Double free in gdImageSetStyle() after overflow-triggered early return).</li>
1059+
<li>Fixed bug <?php githubissuel('php/php-src', 19666); ?> (imageconvolution() unexpected nan filter value).</li>
1060+
<li>Fixed bug <?php githubissuel('php/php-src', 19739); ?> (imageellipse/imagefilledellipse overflow).</li>
1061+
<li>Fixed bug <?php githubissuel('php/php-src', 19730); ?> (imageaffine overflow).</li>
1062+
</ul></li>
1063+
<li>Intl:
1064+
<ul>
1065+
<li>Fix incorrect argument positions for uninitialized calendar arguments in IntlCalendar::equals(), ::before(), ::after(), and ::isEquivalentTo(), and for invalid start/end arguments in transliterator_transliterate().</li>
1066+
<li>Fixed IntlTimeZone::getDisplayName() to synchronize object error state for invalid display types.</li>
1067+
<li>Fixed Spoofchecker restriction-level APIs to only be exposed with ICU 53 and later.</li>
1068+
</ul></li>
1069+
<li>mysqli:
1070+
<ul>
1071+
<li>Fix stmt-&gt;query leak in mysqli_execute_query() validation errors.</li>
1072+
</ul></li>
1073+
<li>Opcache:
1074+
<ul>
1075+
<li>Fixed bug <?php githubissuel('php/php-src', 20469); ?> (Unsafe inheritance cache replay with reentrant autoloading).</li>
1076+
</ul></li>
1077+
<li>OpenSSL:
1078+
<ul>
1079+
<li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD).</li>
1080+
</ul></li>
1081+
<li>Phar:
1082+
<ul>
1083+
<li>Fixed a bypass of the magic ".phar" directory protection in Phar::addEmptyDir() for paths starting with "/.phar", while allowing non-magic directory names that merely share the ".phar" prefix.</li>
1084+
</ul></li>
1085+
<li>Reflection:
1086+
<ul>
1087+
<li>Preserve class-name case in ReflectionClass::getProperty() error messages and autoloading.</li>
1088+
</ul></li>
1089+
<li>Sqlite:
1090+
<ul>
1091+
<li>Fix error checks for column retrieval.</li>
1092+
</ul></li>
1093+
<li>Zlib:
1094+
<ul>
1095+
<li>Fixed memory leak if deflate initialization fails and there is a dict.</li>
1096+
<li>Fixed memory leak in inflate_add().</li>
1097+
</ul></li>
1098+
<li>Zip:
1099+
<ul>
1100+
<li>Fixed error-related memory leaks.</li>
1101+
</ul></li>
1102+
</ul>
1103+
<!-- }}} --></section>
1104+
1105+
1106+
10331107
<section class="version" id="8.4.22"><!-- {{{ 8.4.22 -->
10341108
<h3>Version 8.4.22</h3>
10351109
<b><?php release_date('04-Jun-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-07-02-4.xml"/>
1213
<xi:include href="entries/2026-07-02-3.xml"/>
1314
<xi:include href="entries/2026-07-02-2.xml"/>
1415
<xi:include href="entries/2026-07-02-1.xml"/>

archive/entries/2026-07-02-4.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.4.23 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-07-02-4</id>
5+
<published>2026-07-02T17:24:56+00:00</published>
6+
<updated>2026-07-02T17:24:56+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-07-02-4" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-07-02-4" 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.4.23. This is a security release.</p>
13+
14+
<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.4.23 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.4">there</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.23">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/release-qa.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
'active' => true,
7676
'release' => [
7777
'type' => 'RC',
78-
'number' => 1,
79-
'sha256_bz2' => 'e15a82d2841aee277e21506e7e9056747035f0c89f05de7d9d0d4199e872b39f',
80-
'sha256_gz' => 'ab863318f529ace5e1f96db1670e3ca537d10668fbe055ca76b7d9d098303137',
81-
'sha256_xz' => 'c5d532ac0d599413a1771ed894102f4d5a255e47a81ffa3475c6dae6d097227a',
78+
'number' => 0,
79+
'sha256_bz2' => '',
80+
'sha256_gz' => '',
81+
'sha256_xz' => '',
8282
'date' => '18 Jun 2026',
83-
'baseurl' => 'https://downloads.php.net/~calvinb/',
83+
'baseurl' => 'https://downloads.php.net/',
8484
],
8585
],
8686

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.4.22' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_22.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '04 Jun 2026',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.4.22.tar.gz',
20+
'name' => 'PHP 8.4.22 (tar.gz)',
21+
'sha256' => 'a012c2c9724baf214a70b41b40a7e130906b8855e54268afa5bc4ae17bc9d823',
22+
'date' => '04 Jun 2026',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.4.22.tar.bz2',
27+
'name' => 'PHP 8.4.22 (tar.bz2)',
28+
'sha256' => '4b16e7e2c384ce25e07d28eb949855c4b4fe0d1b7b9ec9c8eebd05d0cfa9c532',
29+
'date' => '04 Jun 2026',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.4.22.tar.xz',
34+
'name' => 'PHP 8.4.22 (tar.xz)',
35+
'sha256' => '696c0f6ad92e94c59059c1eb6e300842b8d050934226efcdf00f2a413cb083cf',
36+
'date' => '04 Jun 2026',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.3.31' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ $RELEASES = (function () {
3434

3535
/* PHP 8.4 Release */
3636
$data['8.4'] = [
37-
'version' => '8.4.22',
38-
'date' => '04 Jun 2026',
39-
'tags' => [], // Set to ['security'] for security releases.
37+
'version' => '8.4.23',
38+
'date' => '02 Jul 2026',
39+
'tags' => ['security'], // Set to ['security'] for security releases.
4040
'sha256' => [
41-
'tar.gz' => 'a012c2c9724baf214a70b41b40a7e130906b8855e54268afa5bc4ae17bc9d823',
42-
'tar.bz2' => '4b16e7e2c384ce25e07d28eb949855c4b4fe0d1b7b9ec9c8eebd05d0cfa9c532',
43-
'tar.xz' => '696c0f6ad92e94c59059c1eb6e300842b8d050934226efcdf00f2a413cb083cf',
41+
'tar.gz' => 'f43b69572cabfb91c023356f3ce197c782d8a255bc084c1a6af58c0e86cf7573',
42+
'tar.bz2' => 'c142c063b10cff68d072766e3ffbfb3654a089b938668b0830356437ee95e0fa',
43+
'tar.xz' => '1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a72',
4444
]
4545
];
4646

releases/8_4_23.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_4_23.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.4.23 Release Announcement');
5+
?>
6+
<h1>PHP 8.4.23 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.4.23. This is a security release.</p>
9+
10+
<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.4.23 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.4">there</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.23">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)