Author: Jakub Zelenka (bukka)
Date: 2025-07-31T21:27:20+02:00

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

Announce PHP 8.3.24

Changed paths:
  A  archive/entries/2025-07-31-1.xml
  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 0e038fa5b7..97ad01069c 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1355,6 +1355,83 @@
 
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.24"><!-- {{{ 8.3.24 -->
+<h3>Version 8.3.24</h3>
+<b><?php release_date('31-Jul-2025'); ?></b>
+<ul><li>Calendar:
+<ul>
+  <li>Fixed jewishtojd overflow on year argument.</li>
+</ul></li>
+<li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18833); ?> (Use after free 
with weakmaps dependent on destruction order).</li>
+  <li>Fix OSS-Fuzz #427814456.</li>
+  <li>Fix OSS-Fuzz #428983568 and #428760800.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17204); ?> -Wuseless-escape 
warnings emitted by re2c.</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fix memory leaks when returning refcounted value from curl callback.</li>
+  <li>Remove incorrect string release.</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 18902); ?> 
ldap_exop/ldap_exop_sync assert triggered on empty request OID.</li>
+</ul></li>
+<li>MbString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18901); ?> (integer overflow 
mb_split).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18873); ?> (OCI_RETURN_LOBS 
flag causes oci8 to leak memory).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18639); ?> (Internal class 
aliases can break preloading + JIT).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 14082); ?> (Segmentation 
fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(80770); ?> (It is not possible to get client peer 
certificate with stream_socket_server).</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18958); ?> (Fatal error 
during shutdown after pcntl_rfork() or pcntl_forkx() with 
zend-max-execution-timers).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fix stream double free in phar.</li>
+  <li>Fix phar crash and file corruption with SplFileObject.</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18990); ?>, bug #81029, bug 
#47314 (SOAP HTTP socket not closing on object destruction).</li>
+  <li>Fix memory leak when URL parsing fails in redirect.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19094); ?> (Attaching class 
with no Iterator implementation to MultipleIterator causes crash).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fix misleading errors in printf().</li>
+  <li>Fix RCN violations in array functions.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 18976); ?> pack() overflow with 
h/H format and INT_MAX repeater value.</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 13264); ?> (fgets() and 
stream_get_line() do not return false on filter fatal error).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fix leak when path is too long in ZipArchive::extractTo().</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.23"><!-- {{{ 8.3.23 -->
 <h3>Version 8.3.23</h3>
 <b><?php release_date('03-Jul-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index cd1af99fbc..c91cae0b16 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-07-31-1.xml"/>
   <xi:include href="entries/2025-07-30-1.xml"/>
   <xi:include href="entries/2025-07-17-1.xml"/>
   <xi:include href="entries/2025-07-03-5.xml"/>
diff --git a/archive/entries/2025-07-31-1.xml b/archive/entries/2025-07-31-1.xml
new file mode 100644
index 0000000000..7ed8cd6e38
--- /dev/null
+++ b/archive/entries/2025-07-31-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.3.24 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-07-31-1</id>
+  <published>2025-07-31T19:24:06+00:00</published>
+  <updated>2025-07-31T19:24:06+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-07-31-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-07-31-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.3.24. 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.24 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.24";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index 45e2ad2eae..95c73f67cd 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,12 +75,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'4b0952b0e6e40aa29bfc166382b963b1d23d5ae7fd9891a8f84bdb6269dd4750',
-            'sha256_gz'  => 
'76599db84ad4034f0b318405a59170c61e463eecfdde0aeb9c6fd00a14360d06',
-            'sha256_xz'  => 
'58ac41b231d3d0c7e44f2f6826511c3bed0a09490da4708dac80c7cefc020533',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '17 Jul 2025',
-            'baseurl'    => 'https://downloads.php.net/~jakub/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index 246b21e7a2..1441de15bc 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.23' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_23.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '3 Jul 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.23.tar.gz',
+          'name' => 'PHP 8.3.23 (tar.gz)',
+          'sha256' => 
'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7',
+          'date' => '3 Jul 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.23.tar.bz2',
+          'name' => 'PHP 8.3.23 (tar.bz2)',
+          'sha256' => 
'05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4',
+          'date' => '3 Jul 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.23.tar.xz',
+          'name' => 'PHP 8.3.23 (tar.xz)',
+          'sha256' => 
'08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db',
+          'date' => '3 Jul 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.3.22' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 82a5084dc3..9d188a37c3 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.23',
-        'date' => '3 Jul 2025',
-        'tags' => ['security'], // Set to ['security'] for security releases.
+        'version' => '8.3.24',
+        'date' => '31 Jul 2025',
+        'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7',
-            'tar.bz2' => 
'05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4',
-            'tar.xz' => 
'08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db',
+            'tar.gz' => 
'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82',
+            'tar.bz2' => 
'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964',
+            'tar.xz' => 
'388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251',
         ]
     ];
 

Reply via email to