Skip to content

Commit 9166b55

Browse files
committed
Announce PHP 8.2.31
1 parent 1478ba2 commit 9166b55

6 files changed

Lines changed: 119 additions & 5 deletions

File tree

ChangeLog-8.php

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5868,6 +5868,45 @@
58685868

58695869
<a id="PHP_8_2"></a>
58705870

5871+
<section class="version" id="8.2.31"><!-- {{{ 8.2.31 -->
5872+
<h3>Version 8.2.31</h3>
5873+
<b><?php release_date('07-May-2026'); ?></b>
5874+
<ul><li>Curl:
5875+
<ul>
5876+
<li>Add support for brotli and zstd on Windows.</li>
5877+
</ul></li>
5878+
<li>FPM:
5879+
<ul>
5880+
<li>Fixed <?php githubsecurityl('php/php-src', '7qg2-v9fj-4mwv'); ?> (XSS within status endpoint). (CVE-2026-6735)</li>
5881+
</ul></li>
5882+
<li>MBString:
5883+
<ul>
5884+
<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>
5885+
</ul></li>
5886+
<li>OpenSSL:
5887+
<ul>
5888+
<li>Fix compatibility issues with OpenSSL 4.0.</li>
5889+
</ul></li>
5890+
<li>PDO_Firebird:
5891+
<ul>
5892+
<li>Fixed <?php githubsecurityl('php/php-src', 'w476-322c-wpvm'); ?> (SQL injection via NUL bytes in quoted strings). (CVE-2025-14179)</li>
5893+
</ul></li>
5894+
<li>SOAP:
5895+
<ul>
5896+
<li>Fixed <?php githubsecurityl('php/php-src', '85c2-q967-79q5'); ?> (Stale SOAP_GLOBAL(ref_map) pointer with Apache Map). (CVE-2026-6722)</li>
5897+
<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>
5898+
<li>Fixed <?php githubsecurityl('php/php-src', 'hmxp-6pc4-f3vv'); ?> (Broken Apache map value NULL check). (CVE-2026-7262)</li>
5899+
</ul></li>
5900+
<li>Standard:
5901+
<ul>
5902+
<li>Fixed <?php githubsecurityl('php/php-src', '96wq-48vp-hh57'); ?> (Signed integer overflow of char array offset). (CVE-2026-7568)</li>
5903+
<li>Fixed <?php githubsecurityl('php/php-src', 'm8rr-4c36-8gq4'); ?> (Consistently pass unsigned char to ctype.h functions). (CVE-2026-7258)</li>
5904+
</ul></li>
5905+
</ul>
5906+
<!-- }}} --></section>
5907+
5908+
5909+
58715910
<section class="version" id="8.2.30"><!-- {{{ 8.2.30 -->
58725911
<h3>Version 8.2.30</h3>
58735912
<b><?php release_date('18-Dec-2025'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2026-05-07-3.xml"/>
1213
<xi:include href="entries/2026-05-07-2.xml"/>
1314
<xi:include href="entries/2026-05-07-1.xml"/>
1415
<xi:include href="entries/2026-05-04-1.xml"/>

archive/entries/2026-05-07-3.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.31 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-05-07-3</id>
5+
<published>2026-05-07T15:41:42+00:00</published>
6+
<updated>2026-05-07T15:41:42+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-05-07-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-05-07-3" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.2.31. This is a security release.</p>
13+
14+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.2.31 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.2">there</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.31">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.2.30' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_30.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '18 Dec 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.2.30.tar.gz',
21+
'name' => 'PHP 8.2.30 (tar.gz)',
22+
'sha256' => 'a0fa6673ba4b0c8335fbab08afb7c2e13a3791f2b5a0928c7ad3d7ad872edf26',
23+
'date' => '18 Dec 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.2.30.tar.bz2',
28+
'name' => 'PHP 8.2.30 (tar.bz2)',
29+
'sha256' => '104820b6c8fc959dde4b3342135f42bdabf246e86918a16381a17d8447c866fa',
30+
'date' => '18 Dec 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.2.30.tar.xz',
35+
'name' => 'PHP 8.2.30 (tar.xz)',
36+
'sha256' => 'bc90523e17af4db46157e75d0c9ef0b9d0030b0514e62c26ba7b513b8c4eb015',
37+
'date' => '18 Dec 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.4.20' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ $RELEASES = (function () {
5858

5959
/* PHP 8.2 Release */
6060
$data['8.2'] = [
61-
'version' => '8.2.30',
62-
'date' => '18 Dec 2025',
61+
'version' => '8.2.31',
62+
'date' => '07 May 2026',
6363
'tags' => ['security'], // Set to ['security'] for security releases.
6464
'sha256' => [
65-
'tar.gz' => 'a0fa6673ba4b0c8335fbab08afb7c2e13a3791f2b5a0928c7ad3d7ad872edf26',
66-
'tar.bz2' => '104820b6c8fc959dde4b3342135f42bdabf246e86918a16381a17d8447c866fa',
67-
'tar.xz' => 'bc90523e17af4db46157e75d0c9ef0b9d0030b0514e62c26ba7b513b8c4eb015',
65+
'tar.gz' => '083c2f61cc5f527eb293c4c468a91af46a9678785957e023b2796a9db290d870',
66+
'tar.bz2' => '948183fa04cf261c9b9363c02f428977b9ddf8c0bfdff8e8e1fba816ed570803',
67+
'tar.xz' => '95eae411d594fe6f6e5678b76645dc13ae47d3c0a5325c1d969b58dea56ee45a',
6868
]
6969
];
7070

releases/8_2_31.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_2_31.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.31 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.31 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.31. This is a security release.</p>
9+
10+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.2.31 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.2">there</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.31">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)