Author: Calvin Buckley (NattyNarwhal)
Date: 2025-09-25T14:59:56-03:00
Commit:
https://github.com/php/web-php/commit/4fe449a4f90e3ddcdaa7b159b0be9e61accfde3a
Raw diff:
https://github.com/php/web-php/commit/4fe449a4f90e3ddcdaa7b159b0be9e61accfde3a.diff
Announce PHP 8.4.13
Changed paths:
A archive/entries/2025-09-25-1.xml
A releases/8_4_13.php
M ChangeLog-8.php
M archive/archive.xml
M include/releases.inc
M include/version.inc
Diff:
diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 1e94b13548..13be4b8d1f 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -9,6 +9,82 @@
<a id="PHP_8_4"></a>
+<section class="version" id="8.4.13"><!-- {{{ 8.4.13 -->
+<h3>Version 8.4.13</h3>
+<b><?php release_date('25-Sep-2025'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18850); ?> (Repeated
inclusion of file with __halt_compiler() triggers "Constant already defined"
warning).</li>
+ <li>Partially fixed bug <?php githubissuel('php/php-src', 19542); ?>
(Scanning of string literals >=2GB will fail due to signed int
overflow).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19544); ?> (GC treats
ZEND_WEAKREF_TAG_MAP references as WeakMap references).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19613); ?> (Stale array
iterator pointer).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19679); ?>
(zend_ssa_range_widening may fail to converge).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19681); ?> (PHP_EXPAND_PATH
broken with bash 5.3.0).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19720); ?> (Assertion
failure when error handler throws when accessing a deprecated constant).</li>
+</ul></li>
+<li>CLI:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19461); ?> (Improve error
message on listening error with IPv6 address).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.</li>
+</ul></li>
+<li>DBA:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19706); ?> (dba stream
resource mismanagement).</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19612); ?> (Mitigate libxml2
tree dictionary bug).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed failed debug assertion when php_admin_value setting fails.</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11952); ?> (Fix locale
strings canonicalization for IntlDateFormatter and NumberFormatter).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19493); ?> (JIT variable not
stored before YIELD).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19245); ?> (Success error
message on TLS stream accept failure).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19485); ?> (potential use
after free when using persistent pgsql connections).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Fixed memory leaks when verifying OpenSSL signature.</li>
+ <li>Fix memory leak in phar tar temporary file error handling code.</li>
+ <li>Fix metadata leak when phar convert logic fails.</li>
+ <li>Fix memory leak on failure in phar_convert_to_other().</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19752); ?> (Phar
decompression with invalid extension can cause UAF).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 16649); ?> (UAF during
array_splice).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 19577); ?> (Avoid integer
overflow when using a small offset and PHP_INT_MAX with LimitIterator).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().</li>
+ <li>Fix OSS-Fuzz #385993744.</li>
+</ul></li>
+<li>Zip:
+<ul>
+ <li>Fix memory leak in zip when encountering empty glob result.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.4.12"><!-- {{{ 8.4.12 -->
<h3>Version 8.4.12</h3>
<b><?php release_date('28-Aug-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 06b165b039..b50a20405d 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/2025-09-25-1.xml"/>
<xi:include href="entries/2025-09-23-1.xml"/>
<xi:include href="entries/2025-09-11-1.xml"/>
<xi:include href="entries/2025-09-08-1.xml"/>
diff --git a/archive/entries/2025-09-25-1.xml b/archive/entries/2025-09-25-1.xml
new file mode 100644
index 0000000000..293c10f0ab
--- /dev/null
+++ b/archive/entries/2025-09-25-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.4.13 Released!</title>
+ <id>https://www.php.net/archive/2025.php#2025-09-25-1</id>
+ <published>2025-09-25T17:56:59+00:00</published>
+ <updated>2025-09-25T17:56:59+00:00</updated>
+ <link href="https://www.php.net/index.php#2025-09-25-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2025.php#2025-09-25-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.4.13. This is a bug fix
release.</p>
+
+<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.4.13 please visit our <a
href="https://www.php.net/downloads.php">downloads page</a>,
+Windows source and binaries can be found on <a
href="https://windows.php.net/download/">windows.php.net/download/</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.4.13">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index cf68d37b16..55fe11c077 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.4.12' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_4_12.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => '',
+ ),
+ 'date' => '28 Aug 2025',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.4.12.tar.gz',
+ 'name' => 'PHP 8.4.12 (tar.gz)',
+ 'sha256' =>
'4963b0d3a6ca8a391317d1b80309c2cfdebf4318b131ff8e7d19e3ab79da9104',
+ 'date' => '28 Aug 2025',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.4.12.tar.bz2',
+ 'name' => 'PHP 8.4.12 (tar.bz2)',
+ 'sha256' =>
'2ebd5382eb090d603087da649ed21de64b079616bc9a02abbc532b89b17e3468',
+ 'date' => '28 Aug 2025',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.4.12.tar.xz',
+ 'name' => 'PHP 8.4.12 (tar.xz)',
+ 'sha256' =>
'c1b7978cbb5054eed6c749bde4444afc16a3f2268101fb70a7d5d9b1083b12ad',
+ 'date' => '28 Aug 2025',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.3.24' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 8997441a73..4d5365b6eb 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
/* PHP 8.4 Release */
$data['8.4'] = [
- 'version' => '8.4.12',
- 'date' => '28 Aug 2025',
+ 'version' => '8.4.13',
+ 'date' => '25 Sep 2025',
'tags' => [''], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'4963b0d3a6ca8a391317d1b80309c2cfdebf4318b131ff8e7d19e3ab79da9104',
- 'tar.bz2' =>
'2ebd5382eb090d603087da649ed21de64b079616bc9a02abbc532b89b17e3468',
- 'tar.xz' =>
'c1b7978cbb5054eed6c749bde4444afc16a3f2268101fb70a7d5d9b1083b12ad',
+ 'tar.gz' =>
'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531',
+ 'tar.bz2' =>
'85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194',
+ 'tar.xz' =>
'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df',
]
];
diff --git a/releases/8_4_13.php b/releases/8_4_13.php
new file mode 100644
index 0000000000..da85dde5be
--- /dev/null
+++ b/releases/8_4_13.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_4_13.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.4.13 Release Announcement');
+?>
+<h1>PHP 8.4.13 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.4.13. This is a bug fix release.</p>
+
+<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.4.13 please visit our <a
href="https://www.php.net/downloads.php">downloads page</a>,
+Windows source and binaries can be found on <a
href="https://windows.php.net/download/">windows.php.net/download/</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.4.13">ChangeLog</a>.
+</p>
+<?php site_footer();