Author: Jakub Zelenka (bukka)
Date: 2025-09-26T00:25:26+02:00

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

Announce PHP 8.3.26

Changed paths:
  A  archive/entries/2025-09-25-2.xml
  A  releases/8_3_26.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 13be4b8d1f..b3b89e97bb 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1602,6 +1602,82 @@
 
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.26"><!-- {{{ 8.3.26 -->
+<h3>Version 8.3.26</h3>
+<b><?php release_date('25-Sep-2025'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18850); ?> (Repeated 
inclusion of file with __halt_compiler() triggers "Constant already defined" 
warning).</li>
+  <li>Partially fixed bug <?php githubissuel('php/php-src', 19542); ?> 
(Scanning of string literals &gt;=2GB will fail due to signed int 
overflow).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19544); ?> (GC treats 
ZEND_WEAKREF_TAG_MAP references as WeakMap references).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19613); ?> (Stale array 
iterator pointer).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19679); ?> 
(zend_ssa_range_widening may fail to converge).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19681); ?> (PHP_EXPAND_PATH 
broken with bash 5.3.0).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19720); ?> (Assertion 
failure when error handler throws when accessing a deprecated constant).</li>
+</ul></li>
+<li>CLI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19461); ?> (Improve error 
message on listening error with IPv6 address).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19612); ?> (Mitigate libxml2 
tree dictionary bug).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Fixed failed debug assertion when php_admin_value setting fails.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19579); ?> 
(imagefilledellipse underflow on width argument).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 11952); ?> (Fix locale 
strings canonicalization for IntlDateFormatter and NumberFormatter).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19245); ?> (Success error 
message on TLS stream accept failure).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19485); ?> (potential use 
after free when using persistent pgsql connections).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fixed memory leaks when verifying OpenSSL signature.</li>
+  <li>Fix memory leak in phar tar temporary file error handling code.</li>
+  <li>Fix metadata leak when phar convert logic fails.</li>
+  <li>Fix memory leak on failure in phar_convert_to_other().</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19752); ?> (Phar 
decompression with invalid extension can cause UAF).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 16649); ?> (UAF during 
array_splice).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19577); ?> (Avoid integer 
overflow when using a small offset and PHP_INT_MAX with LimitIterator).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().</li>
+  <li>Fix OSS-Fuzz #385993744.</li>
+</ul></li>
+<li>Tidy:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 19021); ?> build issue with 
libtidy in regard of tidyOptIsReadonly deprecation and TidyInternalCategory 
being available later than tidyOptGetCategory.</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fix memory leak in zip when encountering empty glob result.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.25"><!-- {{{ 8.3.25 -->
 <h3>Version 8.3.25</h3>
 <b><?php release_date('28-Aug-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index b50a20405d..86fcc3de83 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-09-25-2.xml"/>
   <xi:include href="entries/2025-09-25-1.xml"/>
   <xi:include href="entries/2025-09-23-1.xml"/>
   <xi:include href="entries/2025-09-11-1.xml"/>
diff --git a/archive/entries/2025-09-25-2.xml b/archive/entries/2025-09-25-2.xml
new file mode 100644
index 0000000000..f3c9f4cabd
--- /dev/null
+++ b/archive/entries/2025-09-25-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.26 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-09-25-2</id>
+  <published>2025-09-25T22:24:19+00:00</published>
+  <updated>2025-09-25T22:24:19+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-09-25-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-09-25-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.26. 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.26 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.26";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index 7c8f52c7b6..6a688c2a0f 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,12 +75,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'9fd1963008e116ab2da513645381484e61c04c75a432e013b40f6607fb204c17',
-            'sha256_gz'  => 
'6225da9473eeb04e8f0e30d10e0481999129d08e12b0467b2542f306b517e2c9',
-            'sha256_xz'  => 
'f8fa51d9e5b58186f415dc3f6e15b61459c50a01258d6c187bab5edfdd45d732',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '11 Sep 2025',
-            'baseurl'    => 'https://downloads.php.net/~jakub/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index 55fe11c077..2dc6b5a8b7 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.25' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_25.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '28 Aug 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.25.tar.gz',
+          'name' => 'PHP 8.3.25 (tar.gz)',
+          'sha256' => 
'86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05',
+          'date' => '28 Aug 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.25.tar.bz2',
+          'name' => 'PHP 8.3.25 (tar.bz2)',
+          'sha256' => 
'06e54791e11192f089e4d20c716f25bddcebdde951b570b555edfb5988a8b71a',
+          'date' => '28 Aug 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.25.tar.xz',
+          'name' => 'PHP 8.3.25 (tar.xz)',
+          'sha256' => 
'187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37',
+          'date' => '28 Aug 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.4.12' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 4d5365b6eb..7cb5445302 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.25',
-        'date' => '28 Aug 2025',
+        'version' => '8.3.26',
+        'date' => '25 Sep 2025',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05',
-            'tar.bz2' => 
'06e54791e11192f089e4d20c716f25bddcebdde951b570b555edfb5988a8b71a',
-            'tar.xz' => 
'187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37',
+            'tar.gz' => 
'c96dac9745db9216a299007d144b593f4e4e7d95b4618b2a9591e5e5585200d5',
+            'tar.bz2' => 
'721b63d5349f131f5097537b3be6ba6801e2d8e6faba1f1f2ea95b4fd62e7525',
+            'tar.xz' => 
'2f522eefa02c400c94610d07f25c4fd4c771f95e4a1f55102332ccb40663cbd2',
         ]
     ];
 
diff --git a/releases/8_3_26.php b/releases/8_3_26.php
new file mode 100644
index 0000000000..49d0bf9004
--- /dev/null
+++ b/releases/8_3_26.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_26.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.26 Release Announcement');
+?>
+<h1>PHP 8.3.26 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.3.26. 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.26 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.26";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to