Skip to content

Commit 5ea58f1

Browse files
committed
Announce PHP 8.4.14
1 parent 2d42d39 commit 5ea58f1

File tree

7 files changed

+173
-10
lines changed

7 files changed

+173
-10
lines changed

ChangeLog-8.php

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

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

12+
<section class="version" id="8.4.14"><!-- {{{ 8.4.14 -->
13+
<h3>Version 8.4.14</h3>
14+
<b><?php release_date('23-Oct-2025'); ?></b>
15+
<ul><li>Core:
16+
<ul>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 19765); ?> (object_properties_load() bypasses readonly property checks).</li>
18+
<li>Fixed hard_timeout with --enable-zend-max-execution-timers.</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 19792); ?> (SCCP causes UAF for return value if both warning and exception are triggered).</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 19653); ?> (Closure named argument unpacking between temporary closures can cause a crash).</li>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 19839); ?> (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array).</li>
22+
<li>Fixed bug <?php githubissuel('php/php-src', 19480); ?> (error_log php.ini cannot be unset when open_basedir is configured).</li>
23+
<li>Fixed bug <?php githubissuel('php/php-src', 20002); ?> (Broken build on *BSD with MSAN).</li>
24+
</ul></li>
25+
<li>CLI:
26+
<ul>
27+
<li>Fix useless "Failed to poll event" error logs due to EAGAIN in CLI server with PHP_CLI_SERVER_WORKERS.</li>
28+
</ul></li>
29+
<li>Curl:
30+
<ul>
31+
<li>Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead of the curl_copy_handle() function to clone a CurlHandle.</li>
32+
<li>Fix curl build and test failures with version 8.16.</li>
33+
</ul></li>
34+
<li>Date:
35+
<ul>
36+
<li>Fixed <?php githubissuel('php/php-src', 17159); ?>: "P" format for ::createFromFormat swallows string literals.</li>
37+
</ul></li>
38+
<li>DOM:
39+
<ul>
40+
<li>Fix macro name clash on macOS.</li>
41+
<li>Fixed bug <?php githubissuel('php/php-src', 20022); ?> (docker-php-ext-install DOM failed).</li>
42+
</ul></li>
43+
<li>GD:
44+
<ul>
45+
<li>Fixed <?php githubissuel('php/php-src', 19955); ?> (imagefttext() memory leak).</li>
46+
</ul></li>
47+
<li>MySQLnd:
48+
<ul>
49+
<li><?php bugfix(67563); ?> (mysqli compiled with mysqlnd does not take ipv6 adress as parameter).</li>
50+
</ul></li>
51+
<li>Opcache:
52+
<ul>
53+
<li>Fixed bug <?php githubissuel('php/php-src', 19669); ?> (assertion failure in zend_jit_trace_type_to_info_ex).</li>
54+
<li>Fixed bug <?php githubissuel('php/php-src', 19831); ?> (function JIT may not deref property value).</li>
55+
<li>Fixed bug <?php githubissuel('php/php-src', 19889); ?> (race condition in zend_runtime_jit(), zend_jit_hot_func()).</li>
56+
</ul></li>
57+
<li>Phar:
58+
<ul>
59+
<li>Fix memory leak and invalid continuation after tar header writing fails.</li>
60+
<li>Fix memory leaks when creating temp file fails when applying zip signature.</li>
61+
</ul></li>
62+
<li>SimpleXML:
63+
<ul>
64+
<li>Fixed bug <?php githubissuel('php/php-src', 19988); ?> (zend_string_init with NULL pointer in simplexml (UB)).</li>
65+
</ul></li>
66+
<li>Soap:
67+
<ul>
68+
<li>Fixed bug <?php githubissuel('php/php-src', 19784); ?> (SoapServer memory leak).</li>
69+
<li>Fixed bug <?php githubissuel('php/php-src', 20011); ?> (Array of SoapVar of unknown type causes crash).</li>
70+
</ul></li>
71+
<li>Standard:
72+
<ul>
73+
<li>Fixed bug <?php githubissuel('php/php-src', 12265); ?> (Cloning an object breaks serialization recursion).</li>
74+
<li>Fixed bug <?php githubissuel('php/php-src', 19701); ?> (Serialize/deserialize loses some data).</li>
75+
<li>Fixed bug <?php githubissuel('php/php-src', 19801); ?> (leaks in var_dump() and debug_zval_dump()).</li>
76+
<li>Fixed bug <?php githubissuel('php/php-src', 20043); ?> (array_unique assertion failure with RC1 array causing an exception on sort).</li>
77+
<li>Fixed bug <?php githubissuel('php/php-src', 19926); ?> (reset internal pointer earlier while splicing array while COW violation flag is still set).</li>
78+
<li>Fixed bug <?php githubissuel('php/php-src', 19570); ?> (unable to fseek in /dev/zero and /dev/null).</li>
79+
</ul></li>
80+
<li>Streams:
81+
<ul>
82+
<li>Fixed bug <?php githubissuel('php/php-src', 19248); ?> (Use strerror_r instead of strerror in main).</li>
83+
<li>Fixed bug <?php githubissuel('php/php-src', 17345); ?> (Bug #35916 was not completely fixed).</li>
84+
<li>Fixed bug <?php githubissuel('php/php-src', 19705); ?> (segmentation when attempting to flush on non seekable stream.</li>
85+
</ul></li>
86+
<li>XMLReader:
87+
<ul>
88+
<li>Fixed bug <?php githubissuel('php/php-src', 20009); ?> (XMLReader leak on RelaxNG schema failure).</li>
89+
</ul></li>
90+
<li>Zip:
91+
<ul>
92+
<li>Fixed bug <?php githubissuel('php/php-src', 19688); ?> (Remove pattern overflow in zip addGlob()).</li>
93+
<li>Fixed bug <?php githubissuel('php/php-src', 19932); ?> (Memory leak in zip setEncryptionName()/setEncryptionIndex()).</li>
94+
</ul></li>
95+
</ul>
96+
<!-- }}} --></section>
97+
98+
99+
12100
<section class="version" id="8.4.13"><!-- {{{ 8.4.13 -->
13101
<h3>Version 8.4.13</h3>
14102
<b><?php release_date('25-Sep-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-10-23-2.xml"/>
1213
<xi:include href="entries/2025-10-23-1.xml"/>
1314
<xi:include href="entries/2025-10-09-2.xml"/>
1415
<xi:include href="entries/2025-10-09-1.xml"/>

archive/entries/2025-10-23-2.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.14 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-10-23-2</id>
5+
<published>2025-10-23T18:19:40+00:00</published>
6+
<updated>2025-10-23T18:19:40+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-10-23-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-10-23-2" 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.14. 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.14 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.14">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
@@ -88,12 +88,12 @@
8888
'active' => true,
8989
'release' => [
9090
'type' => 'RC',
91-
'number' => 1,
92-
'sha256_bz2' => '7004bdb9eb56bd236ca4878d5535d62b3a59ee5c7eb676990d71b06a43dfbfe4',
93-
'sha256_gz' => '5c41a7ac2bb5a8c2db9b13863a554e5f3b6cb1b6377be4b6d22599e0cb129c9e',
94-
'sha256_xz' => 'afa5d25db94f1f34baeddcb8682dfea212f56e3a142651c27a11ca96c1fe5484',
91+
'number' => 0,
92+
'sha256_bz2' => '',
93+
'sha256_gz' => '',
94+
'sha256_xz' => '',
9595
'date' => '09 Oct 2025',
96-
'baseurl' => 'https://downloads.php.net/~saki/',
96+
'baseurl' => 'https://downloads.php.net/',
9797
],
9898
],
9999

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.13' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_4_13.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => '',
14+
),
15+
'date' => '25 Sep 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.4.13.tar.gz',
21+
'name' => 'PHP 8.4.13 (tar.gz)',
22+
'sha256' => 'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531',
23+
'date' => '25 Sep 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.4.13.tar.bz2',
28+
'name' => 'PHP 8.4.13 (tar.bz2)',
29+
'sha256' => '85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194',
30+
'date' => '25 Sep 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.4.13.tar.xz',
35+
'name' => 'PHP 8.4.13 (tar.xz)',
36+
'sha256' => 'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df',
37+
'date' => '25 Sep 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.3.25' =>
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.13',
24-
'date' => '25 Sep 2025',
23+
'version' => '8.4.14',
24+
'date' => '23 Oct 2025',
2525
'tags' => [''], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => 'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531',
28-
'tar.bz2' => '85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194',
29-
'tar.xz' => 'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df',
27+
'tar.gz' => '40341f3e03a36d48facdb6cc2ec600ff887a1af9a5e5fee0b40f40b61488afae',
28+
'tar.bz2' => 'f2139ce4cb7a6c5643ee98caa34e5c32ba841c2ba293e34a3d0357faa84bb3e7',
29+
'tar.xz' => 'bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3',
3030
]
3131
];
3232

releases/8_4_14.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_14.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.4.14 Release Announcement');
5+
?>
6+
<h1>PHP 8.4.14 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.4.14. 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.14 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.14">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)