Author: Sergey Panteleev (saundefined)
Date: 2026-07-02T15:06:21+03:00
Commit:
https://github.com/php/web-php/commit/b1733c60539131de27b184941c3333ccfb94bb83
Raw diff:
https://github.com/php/web-php/commit/b1733c60539131de27b184941c3333ccfb94bb83.diff
Announce PHP 8.2.32
Changed paths:
A archive/entries/2026-07-02-1.xml
A releases/8_2_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 f88a150721..22078009d6 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -6062,6 +6062,18 @@
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.32"><!-- {{{ 8.2.32 -->
+<h3>Version 8.2.32</h3>
+<b><?php release_date('02-Jul-2026'); ?></b>
+<ul><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).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.31"><!-- {{{ 8.2.31 -->
<h3>Version 8.2.31</h3>
<b><?php release_date('07-May-2026'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 8285a883b6..b8db002f88 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-07-02-1.xml"/>
<xi:include href="entries/2026-06-04-2.xml"/>
<xi:include href="entries/2026-06-04-1.xml"/>
<xi:include href="entries/2026-06-01-1.xml"/>
diff --git a/archive/entries/2026-07-02-1.xml b/archive/entries/2026-07-02-1.xml
new file mode 100644
index 0000000000..2f57a5b668
--- /dev/null
+++ b/archive/entries/2026-07-02-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.2.32 Released!</title>
+ <id>https://www.php.net/archive/2026.php#2026-07-02-1</id>
+ <published>2026-07-02T12:03:54+00:00</published>
+ <updated>2026-07-02T12:03:54+00:00</updated>
+ <link href="https://www.php.net/index.php#2026-07-02-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2026.php#2026-07-02-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.2.32. This is a security
release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.32 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.2">there</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.2.32">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index ea262decd9..4dc4ed36d4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.31' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_31.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '07 May 2026',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.31.tar.gz',
+ 'name' => 'PHP 8.2.31 (tar.gz)',
+ 'sha256' =>
'083c2f61cc5f527eb293c4c468a91af46a9678785957e023b2796a9db290d870',
+ 'date' => '07 May 2026',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.31.tar.bz2',
+ 'name' => 'PHP 8.2.31 (tar.bz2)',
+ 'sha256' =>
'948183fa04cf261c9b9363c02f428977b9ddf8c0bfdff8e8e1fba816ed570803',
+ 'date' => '07 May 2026',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.31.tar.xz',
+ 'name' => 'PHP 8.2.31 (tar.xz)',
+ 'sha256' =>
'95eae411d594fe6f6e5678b76645dc13ae47d3c0a5325c1d969b58dea56ee45a',
+ 'date' => '07 May 2026',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.4.21' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 511f8e9536..3a9731389e 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -58,13 +58,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
- 'version' => '8.2.31',
- 'date' => '07 May 2026',
+ 'version' => '8.2.32',
+ 'date' => '02 Jul 2026',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'083c2f61cc5f527eb293c4c468a91af46a9678785957e023b2796a9db290d870',
- 'tar.bz2' =>
'948183fa04cf261c9b9363c02f428977b9ddf8c0bfdff8e8e1fba816ed570803',
- 'tar.xz' =>
'95eae411d594fe6f6e5678b76645dc13ae47d3c0a5325c1d969b58dea56ee45a',
+ 'tar.gz' =>
'56c9d6911da0d337e2c1681f6a767ac0571821e1f16c8fdf9c248bf317d99b94',
+ 'tar.bz2' =>
'8f21e988ca4dd5e14dd9fb889884487843566e487280027c4efab6c93188a2d1',
+ 'tar.xz' =>
'e02aa173c236c12791696254d607da680e6d5516f8f5c2339642de7c4f944bd2',
]
];
diff --git a/releases/8_2_32.php b/releases/8_2_32.php
new file mode 100644
index 0000000000..d2368e3eb3
--- /dev/null
+++ b/releases/8_2_32.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_32.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.32 Release Announcement');
+?>
+<h1>PHP 8.2.32 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.2.32. This is a security release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.32 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.2">there</a>.
+The list of changes is recorded in the <a
href="https://www.php.net/ChangeLog-8.php#8.2.32">ChangeLog</a>.
+</p>
+<?php site_footer();