Author: Eric Mann (ericmann)
Date: 2025-08-28T07:55:39-07:00

Commit: 
https://github.com/php/web-php/commit/90b486b4b8aed58a11248d485fb95c6f8d2a58c1
Raw diff: 
https://github.com/php/web-php/commit/90b486b4b8aed58a11248d485fb95c6f8d2a58c1.diff

Announce PHP 8.3.25

Changed paths:
  A  archive/entries/2025-08-28-2.xml
  A  releases/8_3_25.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 473db8d0da..1e94b13548 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1526,6 +1526,96 @@
 
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.25"><!-- {{{ 8.3.25 -->
+<h3>Version 8.3.25</h3>
+<b><?php release_date('28-Aug-2025'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 19169); ?> build issue with 
C++17 and ZEND_STATIC_ASSERT macro.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18581); ?> (Coerce numeric 
string keys from iterators when argument unpacking).</li>
+  <li>Fixed OSS-Fuzz #434346548 (Failed assertion with throwing __toString in 
binary const expr).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19305); ?> (Operands may be 
being released during comparison).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19303); ?> (Unpacking empty 
packed array into uninitialized array causes assertion failure).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19306); ?> (Generator can be 
resumed while fetching next value from delegated Generator).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19326); ?> (Calling 
Generator::throw() on a running generator with a non-Generator delegate 
crashes).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18736); ?> (Circumvented 
type check with return by ref + finally).</li>
+  <li>Fixed zend call stack size for macOs/arm64.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19065); ?> (Long match 
statement can segfault compiler during recursive SSA renaming).</li>
+</ul></li>
+<li>Calendar:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19371); ?> (integer overflow 
in calendar.c).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li>Fix theoretical issues with hrtime() not being available.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fix incorrect comparison with result of php_stream_can_cast().</li>
+</ul></li>
+<li>Hash:
+<ul>
+  <li>Fix crash on clone failure.</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 19261); ?>: msgfmt_parse_message 
leaks on message creation failure.</li>
+  <li>Fix return value on failure for resourcebundle count handler.</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (additional 
inheriting of TLS int options).</li>
+</ul></li>
+<li>LibXML:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19098); ?> (libxml&lt;2.13 
segmentation fault caused by php_libxml_node_free).</li>
+</ul></li>
+<li>MbString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19397); ?> 
(mb_list_encodings() can cause crashes on shutdown).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Reset global pointers to prevent use-after-free in 
zend_jit_status().</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18986); ?> (OpenSSL backend: 
incorrect RAND_{load,write}_file() return value check).</li>
+  <li>Fix error return check of EVP_CIPHER_CTX_ctrl().</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19428); ?> 
(openssl_pkey_derive segfaults for DH derive with low key_length param).</li>
+</ul></li>
+<li>PDO Pgsql:
+<ul>
+  <li>Fixed dangling pointer access on _pdo_pgsql_trim_message helper.</li>
+</ul></li>
+<li>Readline:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19250); ?> and bug #51360 
(Invalid conftest for rl_pending_input).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18640); ?> 
(heap-use-after-free ext/soap/php_encoding.c:299:32 in 
soap_check_zval_ref).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li>Fix some potential crashes on incorrect argument value.</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed OSS Fuzz #433303828 (Leak in failed unserialize() with 
opcache).</li>
+  <li>Fix theoretical issues with hrtime() not being available.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19300); ?> (Nested 
array_multisort invocation with error breaks).</li>
+</ul></li>
+<li>Windows:
+<ul>
+  <li>Free opened_path when opened_path_len &gt;= MAXPATHLEN.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.24"><!-- {{{ 8.3.24 -->
 <h3>Version 8.3.24</h3>
 <b><?php release_date('31-Jul-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 0b3445ff90..d89e11bb95 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2025-08-28-2.xml"/>
   <xi:include href="entries/2025-08-28-1.xml"/>
   <xi:include href="entries/2025-08-25-1.xml"/>
   <xi:include href="entries/2025-08-20-1.xml"/>
diff --git a/archive/entries/2025-08-28-2.xml b/archive/entries/2025-08-28-2.xml
new file mode 100644
index 0000000000..71d498d9dc
--- /dev/null
+++ b/archive/entries/2025-08-28-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.3.25 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-08-28-2</id>
+  <published>2025-08-28T14:53:02+00:00</published>
+  <updated>2025-08-28T14:53:02+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-08-28-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-08-28-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.3.25. This is a bug fix 
release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.25 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.3.25";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index b5bf7b74dc..44d2efc60f 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,12 +75,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'92192c5affbaf1d181357511e47e7bb87a6be925555332636ab546cb9578a889',
-            'sha256_gz'  => 
'3e65cacc2304e7ced1b3204097d0fc0b9cafaa67f786446305813473f6915df4',
-            'sha256_xz'  => 
'82538664d35eaf6302fb43ef201e956717ef16430268e2172b778bcce49a56d9',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '14 Aug 2025',
-            'baseurl'    => 'https://downloads.php.net/~eric/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index 53264ed218..cf68d37b16 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.24' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_24.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '31 Jul 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.24.tar.gz',
+          'name' => 'PHP 8.3.24 (tar.gz)',
+          'sha256' => 
'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82',
+          'date' => '31 Jul 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.24.tar.bz2',
+          'name' => 'PHP 8.3.24 (tar.bz2)',
+          'sha256' => 
'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964',
+          'date' => '31 Jul 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.24.tar.xz',
+          'name' => 'PHP 8.3.24 (tar.xz)',
+          'sha256' => 
'388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251',
+          'date' => '31 Jul 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.4.11' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index a757bd05ef..20687b370b 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
 
     /* PHP 8.3 Release */
     $data['8.3'] = [
-        'version' => '8.3.24',
-        'date' => '31 Jul 2025',
+        'version' => '8.3.25',
+        'date' => '28 Aug 2025',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82',
-            'tar.bz2' => 
'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964',
-            'tar.xz' => 
'388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251',
+            'tar.gz' => 
'86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05',
+            'tar.bz2' => 
'06e54791e11192f089e4d20c716f25bddcebdde951b570b555edfb5988a8b71a',
+            'tar.xz' => 
'187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37',
         ]
     ];
 
diff --git a/releases/8_3_25.php b/releases/8_3_25.php
new file mode 100644
index 0000000000..2d43719031
--- /dev/null
+++ b/releases/8_3_25.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_25.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.25 Release Announcement');
+?>
+<h1>PHP 8.3.25 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.3.25. This is a bug fix release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.25 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.3.25";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to