Author: Saki Takamachi (SakiTakamachi)
Date: 2025-10-24T03:23:51+09:00

Commit: 
https://github.com/php/web-php/commit/5ea58f1f360f0a636db7aba1f3af2ae5f01c38a6
Raw diff: 
https://github.com/php/web-php/commit/5ea58f1f360f0a636db7aba1f3af2ae5f01c38a6.diff

Announce PHP 8.4.14

Changed paths:
  A  archive/entries/2025-10-23-2.xml
  A  releases/8_4_14.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/release-qa.php
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index b3b89e97bb..e8f73a5e78 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -9,6 +9,94 @@
 
 <a id="PHP_8_4"></a>
 
+<section class="version" id="8.4.14"><!-- {{{ 8.4.14 -->
+<h3>Version 8.4.14</h3>
+<b><?php release_date('23-Oct-2025'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19765); ?> 
(object_properties_load() bypasses readonly property checks).</li>
+  <li>Fixed hard_timeout with --enable-zend-max-execution-timers.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19792); ?> (SCCP causes UAF 
for return value if both warning and exception are triggered).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19653); ?> (Closure named 
argument unpacking between temporary closures can cause a crash).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19839); ?> (Incorrect 
HASH_FLAG_HAS_EMPTY_IND flag on userland array).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19480); ?> (error_log 
php.ini cannot be unset when open_basedir is configured).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20002); ?> (Broken build on 
*BSD with MSAN).</li>
+</ul></li>
+<li>CLI:
+<ul>
+  <li>Fix useless "Failed to poll event" error logs due to EAGAIN in CLI 
server with PHP_CLI_SERVER_WORKERS.</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead 
of the curl_copy_handle() function to clone a CurlHandle.</li>
+  <li>Fix curl build and test failures with version 8.16.</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 17159); ?>: "P" format for 
::createFromFormat swallows string literals.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fix macro name clash on macOS.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20022); ?> 
(docker-php-ext-install DOM failed).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 19955); ?> (imagefttext() memory 
leak).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(67563); ?> (mysqli compiled with mysqlnd does not take ipv6 
adress as parameter).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19669); ?> (assertion 
failure in zend_jit_trace_type_to_info_ex).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19831); ?> (function JIT may 
not deref property value).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19889); ?> (race condition 
in zend_runtime_jit(), zend_jit_hot_func()).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fix memory leak and invalid continuation after tar header writing 
fails.</li>
+  <li>Fix memory leaks when creating temp file fails when applying zip 
signature.</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19988); ?> (zend_string_init 
with NULL pointer in simplexml (UB)).</li>
+</ul></li>
+<li>Soap:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19784); ?> (SoapServer 
memory leak).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20011); ?> (Array of SoapVar 
of unknown type causes crash).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12265); ?> (Cloning an 
object breaks serialization recursion).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19701); ?> 
(Serialize/deserialize loses some data).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19801); ?> (leaks in 
var_dump() and debug_zval_dump()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20043); ?> (array_unique 
assertion failure with RC1 array causing an exception on sort).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19926); ?> (reset internal 
pointer earlier while splicing array while COW violation flag is still 
set).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19570); ?> (unable to fseek 
in /dev/zero and /dev/null).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19248); ?> (Use strerror_r 
instead of strerror in main).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17345); ?> (Bug #35916 was 
not completely fixed).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19705); ?> (segmentation 
when attempting to flush on non seekable stream.</li>
+</ul></li>
+<li>XMLReader:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20009); ?> (XMLReader leak 
on RelaxNG schema failure).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19688); ?> (Remove pattern 
overflow in zip addGlob()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19932); ?> (Memory leak in 
zip setEncryptionName()/setEncryptionIndex()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.4.13"><!-- {{{ 8.4.13 -->
 <h3>Version 8.4.13</h3>
 <b><?php release_date('25-Sep-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d51e7ace1d..576435232c 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-10-23-2.xml"/>
   <xi:include href="entries/2025-10-23-1.xml"/>
   <xi:include href="entries/2025-10-09-2.xml"/>
   <xi:include href="entries/2025-10-09-1.xml"/>
diff --git a/archive/entries/2025-10-23-2.xml b/archive/entries/2025-10-23-2.xml
new file mode 100644
index 0000000000..202c032f79
--- /dev/null
+++ b/archive/entries/2025-10-23-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.4.14 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-10-23-2</id>
+  <published>2025-10-23T18:19:40+00:00</published>
+  <updated>2025-10-23T18:19:40+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-10-23-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-10-23-2"; 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.14. 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.14 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.14";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index 5fcc80f456..c697656ae9 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -88,12 +88,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'7004bdb9eb56bd236ca4878d5535d62b3a59ee5c7eb676990d71b06a43dfbfe4',
-            'sha256_gz'  => 
'5c41a7ac2bb5a8c2db9b13863a554e5f3b6cb1b6377be4b6d22599e0cb129c9e',
-            'sha256_xz'  => 
'afa5d25db94f1f34baeddcb8682dfea212f56e3a142651c27a11ca96c1fe5484',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '09 Oct 2025',
-            'baseurl'    => 'https://downloads.php.net/~saki/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index 2dc6b5a8b7..e91955de3d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.4.13' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_4_13.php',
+      ),
+      'tags' => 
+      array (
+        0 => '',
+      ),
+      'date' => '25 Sep 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.4.13.tar.gz',
+          'name' => 'PHP 8.4.13 (tar.gz)',
+          'sha256' => 
'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531',
+          'date' => '25 Sep 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.4.13.tar.bz2',
+          'name' => 'PHP 8.4.13 (tar.bz2)',
+          'sha256' => 
'85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194',
+          'date' => '25 Sep 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.4.13.tar.xz',
+          'name' => 'PHP 8.4.13 (tar.xz)',
+          'sha256' => 
'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df',
+          'date' => '25 Sep 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.3.25' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 7cb5445302..4a1787238d 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.13',
-        'date' => '25 Sep 2025',
+        'version' => '8.4.14',
+        'date' => '23 Oct 2025',
         'tags' => [''], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'ba323619b322125dbd7bf09eefbd572863797359c7d127f986c58a71c872d531',
-            'tar.bz2' => 
'85181ddca7b3e03f148521b043bd62411950d468c667db6400479f1b10812194',
-            'tar.xz' => 
'b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df',
+            'tar.gz' => 
'40341f3e03a36d48facdb6cc2ec600ff887a1af9a5e5fee0b40f40b61488afae',
+            'tar.bz2' => 
'f2139ce4cb7a6c5643ee98caa34e5c32ba841c2ba293e34a3d0357faa84bb3e7',
+            'tar.xz' => 
'bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3',
         ]
     ];
 
diff --git a/releases/8_4_14.php b/releases/8_4_14.php
new file mode 100644
index 0000000000..3065bdcc78
--- /dev/null
+++ b/releases/8_4_14.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_4_14.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.4.14 Release Announcement');
+?>
+<h1>PHP 8.4.14 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.4.14. 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.14 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.14";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to