Author: Eric Mann (ericmann)
Date: 2025-05-08T15:05:28-07:00

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

Announce PHP 8.3.21

Changed paths:
  A  archive/entries/2025-05-08-2.xml
  A  releases/8_3_21.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 1c729e21c3..67c7c87382 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1181,6 +1181,66 @@
 
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.21"><!-- {{{ 8.3.21 -->
+<h3>Version 8.3.21</h3>
+<b><?php release_date('08-May-2025'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18304); ?> (Changing the 
properties of a DateInterval through dynamic properties triggers a 
SegFault).</li>
+  <li>Fix some leaks in php_scandir.</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18309); ?> (ipv6 filter 
integer overflow).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed imagecrop() overflow with rect argument with x/width y/heigh usage 
in gdImageCrop().</li>
+  <li>Fixed <?php githubissuel('php/php-src', 18243); ?> imagettftext() 
overflow/underflow on font size value.</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fix reference support for intltz_get_offset().</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17776); ?> (LDAP_OPT_X_TLS_* 
options can't be overridden).</li>
+  <li>Fix NULL deref on high modification key.</li>
+</ul></li>
+<li>libxml:
+<ul>
+  <li>Fixed custom external entity loader returning an invalid resource 
leading to a confusing TypeError message.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fix memory leak in openssl_sign() when passing invalid algorithm.</li>
+  <li>Fix potential leaks when writing to BIO fails.</li>
+</ul></li>
+<li>PDO Firebird:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 18276); ?> - persistent 
connection - "zend_mm_heap corrupted" with setAttribute() (SakiTakamachi).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18322); ?> (SplObjectStorage 
debug handler mismanages memory).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18145); ?> (php8ts crashes 
in php_clear_stat_cache()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18209); ?> (Use-after-free 
in extract() with EXTR_REFS).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18212); ?> (fseek with 
SEEK_CUR whence value and negative offset leads to negative stream 
position).</li>
+  <li>Fix resource leak in iptcembed() on error.</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fix uouv when handling empty options in ZipArchive::addGlob().</li>
+  <li>Fix memory leak when handling a too long path in 
ZipArchive::addGlob().</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.20"><!-- {{{ 8.3.20 -->
 <h3>Version 8.3.20</h3>
 <b><?php release_date('10-Apr-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index b3e44929c5..df8f117df3 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-05-08-2.xml"/>
   <xi:include href="entries/2025-05-08-1.xml"/>
   <xi:include href="entries/2025-04-10-3.xml"/>
   <xi:include href="entries/2025-04-10-2.xml"/>
diff --git a/archive/entries/2025-05-08-2.xml b/archive/entries/2025-05-08-2.xml
new file mode 100644
index 0000000000..ef9216bc09
--- /dev/null
+++ b/archive/entries/2025-05-08-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.21 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-05-08-2</id>
+  <published>2025-05-08T22:02:15+00:00</published>
+  <updated>2025-05-08T22:02:15+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-05-08-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-05-08-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.21. 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.21 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.21";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index aa45dd77d6..709a13a704 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,12 +75,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'c86adcc8918da561038d671009acb6223fb6ed2263ad6139711674be94ac60a4',
-            'sha256_gz'  => 
'b0da1f161a247e83c8c4fcd5b71b1a42a9fcd26d129404955f70fd986c026559',
-            'sha256_xz'  => 
'6d8bf25e0584cfcb83243fd7d1a90c06d428f1204eea93bb3c027c6e3344a23e',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '24 Apr 2025',
-            'baseurl'    => 'https://downloads.php.net/~eric/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index 0f82c59837..40fc7d3e7e 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.20' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_20.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '10 Apr 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.20.tar.gz',
+          'name' => 'PHP 8.3.20 (tar.gz)',
+          'sha256' => 
'515ed37529df6b7f569ba68d505713bce23a93a58471dedac4ecfd17c44e5650',
+          'date' => '10 Apr 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.20.tar.bz2',
+          'name' => 'PHP 8.3.20 (tar.bz2)',
+          'sha256' => 
'36b4e6a323cd45673a54f296e9d2666b7f5df57641031c77c4fd8137bc4ebeb3',
+          'date' => '10 Apr 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.20.tar.xz',
+          'name' => 'PHP 8.3.20 (tar.xz)',
+          'sha256' => 
'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c',
+          'date' => '10 Apr 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.4.6' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 29514be214..e7307ca6d9 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.20',
-        'date' => '10 Apr 2025',
+        'version' => '8.3.21',
+        'date' => '8 May 2025',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'515ed37529df6b7f569ba68d505713bce23a93a58471dedac4ecfd17c44e5650',
-            'tar.bz2' => 
'36b4e6a323cd45673a54f296e9d2666b7f5df57641031c77c4fd8137bc4ebeb3',
-            'tar.xz' => 
'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c',
+            'tar.gz' => 
'e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d',
+            'tar.bz2' => 
'd0769e6e11cfa6c59a16de241668be8c7f31a729950a8d06190dfad2d8622b04',
+            'tar.xz' => 
'4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6',
         ]
     ];
 
diff --git a/releases/8_3_21.php b/releases/8_3_21.php
new file mode 100644
index 0000000000..581566b02e
--- /dev/null
+++ b/releases/8_3_21.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_21.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.21 Release Announcement');
+?>
+<h1>PHP 8.3.21 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.3.21. 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.21 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.21";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to