Skip to content

Commit 4fe449a

Browse files
committed
Announce PHP 8.4.13
1 parent e7e5fb6 commit 4fe449a

6 files changed

Lines changed: 156 additions & 5 deletions

File tree

ChangeLog-8.php

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

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

12+
<section class="version" id="8.4.13"><!-- {{{ 8.4.13 -->
13+
<h3>Version 8.4.13</h3>
14+
<b><?php release_date('25-Sep-2025'); ?></b>
15+
<ul><li>Core:
16+
<ul>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 18850); ?> (Repeated inclusion of file with __halt_compiler() triggers "Constant already defined" warning).</li>
18+
<li>Partially fixed bug <?php githubissuel('php/php-src', 19542); ?> (Scanning of string literals &gt;=2GB will fail due to signed int overflow).</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 19544); ?> (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap references).</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 19613); ?> (Stale array iterator pointer).</li>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 19679); ?> (zend_ssa_range_widening may fail to converge).</li>
22+
<li>Fixed bug <?php githubissuel('php/php-src', 19681); ?> (PHP_EXPAND_PATH broken with bash 5.3.0).</li>
23+
<li>Fixed bug <?php githubissuel('php/php-src', 19720); ?> (Assertion failure when error handler throws when accessing a deprecated constant).</li>
24+
</ul></li>
25+
<li>CLI:
26+
<ul>
27+
<li>Fixed bug <?php githubissuel('php/php-src', 19461); ?> (Improve error message on listening error with IPv6 address).</li>
28+
</ul></li>
29+
<li>Date:
30+
<ul>
31+
<li>Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.</li>
32+
</ul></li>
33+
<li>DBA:
34+
<ul>
35+
<li>Fixed bug <?php githubissuel('php/php-src', 19706); ?> (dba stream resource mismanagement).</li>
36+
</ul></li>
37+
<li>DOM:
38+
<ul>
39+
<li>Fixed bug <?php githubissuel('php/php-src', 19612); ?> (Mitigate libxml2 tree dictionary bug).</li>
40+
</ul></li>
41+
<li>FPM:
42+
<ul>
43+
<li>Fixed failed debug assertion when php_admin_value setting fails.</li>
44+
</ul></li>
45+
<li>Intl:
46+
<ul>
47+
<li>Fixed bug <?php githubissuel('php/php-src', 11952); ?> (Fix locale strings canonicalization for IntlDateFormatter and NumberFormatter).</li>
48+
</ul></li>
49+
<li>Opcache:
50+
<ul>
51+
<li>Fixed bug <?php githubissuel('php/php-src', 19493); ?> (JIT variable not stored before YIELD).</li>
52+
</ul></li>
53+
<li>OpenSSL:
54+
<ul>
55+
<li>Fixed bug <?php githubissuel('php/php-src', 19245); ?> (Success error message on TLS stream accept failure).</li>
56+
</ul></li>
57+
<li>PGSQL:
58+
<ul>
59+
<li>Fixed bug <?php githubissuel('php/php-src', 19485); ?> (potential use after free when using persistent pgsql connections).</li>
60+
</ul></li>
61+
<li>Phar:
62+
<ul>
63+
<li>Fixed memory leaks when verifying OpenSSL signature.</li>
64+
<li>Fix memory leak in phar tar temporary file error handling code.</li>
65+
<li>Fix metadata leak when phar convert logic fails.</li>
66+
<li>Fix memory leak on failure in phar_convert_to_other().</li>
67+
<li>Fixed bug <?php githubissuel('php/php-src', 19752); ?> (Phar decompression with invalid extension can cause UAF).</li>
68+
</ul></li>
69+
<li>Standard:
70+
<ul>
71+
<li>Fixed bug <?php githubissuel('php/php-src', 16649); ?> (UAF during array_splice).</li>
72+
<li>Fixed bug <?php githubissuel('php/php-src', 19577); ?> (Avoid integer overflow when using a small offset and PHP_INT_MAX with LimitIterator).</li>
73+
</ul></li>
74+
<li>Streams:
75+
<ul>
76+
<li>Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().</li>
77+
<li>Fix OSS-Fuzz #385993744.</li>
78+
</ul></li>
79+
<li>Zip:
80+
<ul>
81+
<li>Fix memory leak in zip when encountering empty glob result.</li>
82+
</ul></li>
83+
</ul>
84+
<!-- }}} --></section>
85+
86+
87+
1288
<section class="version" id="8.4.12"><!-- {{{ 8.4.12 -->
1389
<h3>Version 8.4.12</h3>
1490
<b><?php release_date('28-Aug-2025'); ?></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/2025-09-25-1.xml"/>
1213
<xi:include href="entries/2025-09-23-1.xml"/>
1314
<xi:include href="entries/2025-09-11-1.xml"/>
1415
<xi:include href="entries/2025-09-08-1.xml"/>

archive/entries/2025-09-25-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.4.13 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-09-25-1</id>
5+
<published>2025-09-25T17:56:59+00:00</published>
6+
<updated>2025-09-25T17:56:59+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-09-25-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-09-25-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.4.13. This is a bug fix 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.13 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.13">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.4.12' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_12.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => '',
14+
),
15+
'date' => '28 Aug 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.4.12.tar.gz',
21+
'name' => 'PHP 8.4.12 (tar.gz)',
22+
'sha256' => '4963b0d3a6ca8a391317d1b80309c2cfdebf4318b131ff8e7d19e3ab79da9104',
23+
'date' => '28 Aug 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.4.12.tar.bz2',
28+
'name' => 'PHP 8.4.12 (tar.bz2)',
29+
'sha256' => '2ebd5382eb090d603087da649ed21de64b079616bc9a02abbc532b89b17e3468',
30+
'date' => '28 Aug 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.4.12.tar.xz',
35+
'name' => 'PHP 8.4.12 (tar.xz)',
36+
'sha256' => 'c1b7978cbb5054eed6c749bde4444afc16a3f2268101fb70a7d5d9b1083b12ad',
37+
'date' => '28 Aug 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.3.24' =>
643
array (
744
'announcement' =>

include/version.inc

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

2121
/* PHP 8.4 Release */
2222
$data['8.4'] = [
23-
'version' => '8.4.12',
24-
'date' => '28 Aug 2025',
23+
'version' => '8.4.13',
24+
'date' => '25 Sep 2025',
2525
'tags' => [''], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '4963b0d3a6ca8a391317d1b80309c2cfdebf4318b131ff8e7d19e3ab79da9104',
28-
'tar.bz2' => '2ebd5382eb090d603087da649ed21de64b079616bc9a02abbc532b89b17e3468',
29-
'tar.xz' => 'c1b7978cbb5054eed6c749bde4444afc16a3f2268101fb70a7d5d9b1083b12ad',
27+
'tar.gz' => 'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531',
28+
'tar.bz2' => '85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194',
29+
'tar.xz' => 'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df',
3030
]
3131
];
3232

releases/8_4_13.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_13.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.4.13 Release Announcement');
5+
?>
6+
<h1>PHP 8.4.13 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.4.13. This is a bug fix 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.13 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.4.13">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)