[PHP-WEBMASTER] [web-php] master: Announce PHP 8.3.32

Author: Jakub Zelenka (bukka)
Date: 2026-07-02T18:43:02+02:00

Commit: Announce PHP 8.3.32 · php/web-php@1945cf9 · GitHub
Raw diff: PHP 8.3.32 Released!

Announce PHP 8.3.32

Changed paths:
  A archive/entries/2026-07-02-2.xml
  A releases/8_3_32.php
  M ChangeLog-8.php
  M archive/archive.xml
  M include/releases.inc
  M include/version.inc

Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index b344c4923c..b8cd4e8daf 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -3353,6 +3353,22 @@

<a id="PHP_8_3"></a>

+<section class="version" id="8.3.32"><!-- {{{ 8.3.32 -->
+<h3>Version 8.3.32</h3>
+<b><?php release_date('02-Jul-2026'); ?></b>
+<ul><li>Streams:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 21468); ?> (Segfault in file_get_contents w/ a https URL and a proxy set). (CVE-2026-12184)</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD). (CVE-2026-14355)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.3.31"><!-- {{{ 8.3.31 -->
<h3>Version 8.3.31</h3>
<b><?php release_date('07-May-2026'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index b8db002f88..f37b33e8be 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact&lt;/uri&gt;
     <email>php-webmaster@lists.php.net</email>
   </author>
+ <xi:include href="entries/2026-07-02-2.xml"/>
   <xi:include href="entries/2026-07-02-1.xml"/>
   <xi:include href="entries/2026-06-04-2.xml"/>
   <xi:include href="entries/2026-06-04-1.xml"/>
diff --git a/archive/entries/2026-07-02-2.xml b/archive/entries/2026-07-02-2.xml
new file mode 100644
index 0000000000..256d4e3480
--- /dev/null
+++ b/archive/entries/2026-07-02-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom&quot;&gt;
+ <title>PHP 8.3.32 Released!</title>
+ <id>PHP: News Archive - 2026;
+ <published>2026-07-02T16:38:37+00:00</published>
+ <updated>2026-07-02T16:38:37+00:00</updated>
+ <link href="PHP; rel="alternate" type="text/html"/>
+ <link href="PHP: News Archive - 2026; 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&quot;&gt;&lt;p&gt;The PHP development team announces the immediate availability of PHP 8.3.32. This is a security release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.32 please visit our <a href="https://www.php.net/downloads.php&quot;&gt;downloads page</a>,
+Windows source and binaries can also be found <a href="PHP: Downloads.
+The list of changes is recorded in the <a href="PHP: PHP 8 ChangeLog.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 4dc4ed36d4..d926d66322 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
   8 =>
   array (
+ '8.3.31' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_3_31.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '07 May 2026',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.3.31.tar.gz',
+ 'name' => 'PHP 8.3.31 (tar.gz)',
+ 'sha256' => '4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f',
+ 'date' => '07 May 2026',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.3.31.tar.bz2',
+ 'name' => 'PHP 8.3.31 (tar.bz2)',
+ 'sha256' => 'e6986b1fd37eb25402127fe4a7278a3e03b7f9025bb7a4bd292a271bdf930fb9',
+ 'date' => '07 May 2026',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.3.31.tar.xz',
+ 'name' => 'PHP 8.3.31 (tar.xz)',
+ 'sha256' => '66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa37',
+ 'date' => '07 May 2026',
+ ),
+ ),
+ 'museum' => false,
+ ),
     '8.2.31' =>
     array (
       'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 3a9731389e..92cc729b1d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -46,13 +46,13 @@ $RELEASES = (function () {

     /* PHP 8.3 Release */
     $data['8.3'] = [
- 'version' => '8.3.31',
- 'date' => '07 May 2026',
+ 'version' => '8.3.32',
+ 'date' => '02 Jul 2026',
         'tags' => ['security'], // Set to ['security'] for security releases.
         'sha256' => [
- 'tar.gz' => '4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f',
- 'tar.bz2' => 'e6986b1fd37eb25402127fe4a7278a3e03b7f9025bb7a4bd292a271bdf930fb9',
- 'tar.xz' => '66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa37',
+ 'tar.gz' => '8e1f03eea0b07bc29e1f94d3cfcf0532b0421ec63c1792346b58c3ad8e40fc9b',
+ 'tar.bz2' => 'f777ca24661966f94b31f6840cdad437cf30501537db8b872b1b7a1c244b8d02',
+ 'tar.xz' => '8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92',
         ]
     ];

diff --git a/releases/8_3_32.php b/releases/8_3_32.php
new file mode 100644
index 0000000000..51d1e52288
--- /dev/null
+++ b/releases/8_3_32.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_32.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.32 Release Announcement');
+?>
+<h1>PHP 8.3.32 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.3.32. This is a security release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.32 please visit our <a href="https://www.php.net/downloads.php&quot;&gt;downloads page</a>,
+Windows source and binaries can also be found <a href="PHP: Downloads.
+The list of changes is recorded in the <a href="PHP: PHP 8 ChangeLog.
+</p>
+<?php site_footer();