Author: Eric Mann (ericmann)
Date: 2026-05-07T06:33:31-07:00
Commit:
https://github.com/php/web-php/commit/738cffda6cd78a225a92557eac74e63fd131cedd
Raw diff:
https://github.com/php/web-php/commit/738cffda6cd78a225a92557eac74e63fd131cedd.diff
Announce PHP 8.3.31
Changed paths:
A archive/entries/2026-05-07-1.xml
A releases/8_3_31.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 d72df2792e..a4b00efc2b 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -3055,6 +3055,45 @@
<a id="PHP_8_3"></a>
+<section class="version" id="8.3.31"><!-- {{{ 8.3.31 -->
+<h3>Version 8.3.31</h3>
+<b><?php release_date('07-May-2026'); ?></b>
+<ul><li>Curl:
+<ul>
+ <li>Add support for brotli and zstd on Windows.</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', '7qg2-v9fj-4mwv'); ?> (XSS
within status endpoint). (CVE-2026-6735)</li>
+</ul></li>
+<li>MBString:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', 'wm6j-2649-pv75'); ?> (Null
pointer dereference in php_mb_check_encoding() via mb_ereg_search_init()).
(CVE-2026-7259)</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fix compatibility issues with OpenSSL 4.0.</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', 'w476-322c-wpvm'); ?> (SQL
injection via NUL bytes in quoted strings). (CVE-2025-14179)</li>
+</ul></li>
+<li>SOAP:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', '85c2-q967-79q5'); ?> (Stale
SOAP_GLOBAL(ref_map) pointer with Apache Map). (CVE-2026-6722)</li>
+ <li>Fixed <?php githubsecurityl('php/php-src', 'm33r-qmcv-p97q'); ?>
(Use-after-free after header parsing failure with SOAP_PERSISTENCE_SESSION).
(CVE-2026-7261)</li>
+ <li>Fixed <?php githubsecurityl('php/php-src', 'hmxp-6pc4-f3vv'); ?> (Broken
Apache map value NULL check). (CVE-2026-7262)</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', '96wq-48vp-hh57'); ?> (Signed
integer overflow of char array offset). (CVE-2026-7568)</li>
+ <li>Fixed <?php githubsecurityl('php/php-src', 'm8rr-4c36-8gq4'); ?>
(Consistently pass unsigned char to ctype.h functions). (CVE-2026-7258)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.3.30"><!-- {{{ 8.3.30 -->
<h3>Version 8.3.30</h3>
<b><?php release_date('15-Jan-2026'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 56ba94cf00..f8092740b4 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/2026-05-07-1.xml"/>
<xi:include href="entries/2026-05-04-1.xml"/>
<xi:include href="entries/2026-04-09-2.xml"/>
<xi:include href="entries/2026-04-09-1.xml"/>
diff --git a/archive/entries/2026-05-07-1.xml b/archive/entries/2026-05-07-1.xml
new file mode 100644
index 0000000000..380ee638ff
--- /dev/null
+++ b/archive/entries/2026-05-07-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.31 Released!</title>
+ <id>https://www.php.net/archive/2026.php#2026-05-07-1</id>
+ <published>2026-05-07T13:30:32+00:00</published>
+ <updated>2026-05-07T13:30:32+00:00</updated>
+ <link href="https://www.php.net/index.php#2026-05-07-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2026.php#2026-05-07-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.31. 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.31 please visit our <a
href="https://www.php.net/downloads.php">downloads page</a>,
+Windows source and binaries can also be found <a
href="https://www.php.net/downloads.php?os=windows&version=8.3">there</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.3.31">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index eecbd29df5..9a0b2e9b40 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -58,7 +58,7 @@
],
],
- '8.3.30' => [
+ '8.3.31' => [
'active' => true,
'release' => [
'type' => 'RC',
@@ -66,7 +66,7 @@
'sha256_bz2' => '',
'sha256_gz' => '',
'sha256_xz' => '',
- 'date' => '01 Jan 2026',
+ 'date' => '07 May 2026',
'baseurl' => 'https://downloads.php.net/',
],
],
diff --git a/include/releases.inc b/include/releases.inc
index 686bb833b6..4d73681a42 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.3.30' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_3_30.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '15 Jan 2026',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.3.30.tar.gz',
+ 'name' => 'PHP 8.3.30 (tar.gz)',
+ 'sha256' =>
'e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386',
+ 'date' => '15 Jan 2026',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.3.30.tar.bz2',
+ 'name' => 'PHP 8.3.30 (tar.bz2)',
+ 'sha256' =>
'800b7b6ed50b73c8ee7844ee5f2f7cc612faa7875a0aa7c4529e8ed5866a5030',
+ 'date' => '15 Jan 2026',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.3.30.tar.xz',
+ 'name' => 'PHP 8.3.30 (tar.xz)',
+ 'sha256' =>
'67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48',
+ 'date' => '15 Jan 2026',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.4.19' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 3cb148d06d..55481e2ee6 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.30',
- 'date' => '15 Jan 2026',
- 'tags' => [], // Set to ['security'] for security releases.
+ 'version' => '8.3.31',
+ 'date' => '07 May 2026',
+ 'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386',
- 'tar.bz2' =>
'800b7b6ed50b73c8ee7844ee5f2f7cc612faa7875a0aa7c4529e8ed5866a5030',
- 'tar.xz' =>
'67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48',
+ 'tar.gz' =>
'4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f',
+ 'tar.bz2' =>
'e6986b1fd37eb25402127fe4a7278a3e03b7f9025bb7a4bd292a271bdf930fb9',
+ 'tar.xz' =>
'66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa37',
]
];
diff --git a/releases/8_3_31.php b/releases/8_3_31.php
new file mode 100644
index 0000000000..31bfb9d865
--- /dev/null
+++ b/releases/8_3_31.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_31.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.31 Release Announcement');
+?>
+<h1>PHP 8.3.31 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.3.31. 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.31 please visit our <a
href="https://www.php.net/downloads.php">downloads page</a>,
+Windows source and binaries can also be found <a
href="https://www.php.net/downloads.php?os=windows&version=8.3">there</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.3.31">ChangeLog</a>.
+</p>
+<?php site_footer();