Skip to content

Commit b1733c6

Browse files
committed
Announce PHP 8.2.32
1 parent 3fc5c36 commit b1733c6

6 files changed

Lines changed: 92 additions & 5 deletions

File tree

ChangeLog-8.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6062,6 +6062,18 @@
60626062

60636063
<a id="PHP_8_2"></a>
60646064

6065+
<section class="version" id="8.2.32"><!-- {{{ 8.2.32 -->
6066+
<h3>Version 8.2.32</h3>
6067+
<b><?php release_date('02-Jul-2026'); ?></b>
6068+
<ul><li>OpenSSL:
6069+
<ul>
6070+
<li>Fixed bug <?php githubissuel('php/php-src', 22187); ?> (Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD).</li>
6071+
</ul></li>
6072+
</ul>
6073+
<!-- }}} --></section>
6074+
6075+
6076+
60656077
<section class="version" id="8.2.31"><!-- {{{ 8.2.31 -->
60666078
<h3>Version 8.2.31</h3>
60676079
<b><?php release_date('07-May-2026'); ?></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-07-02-1.xml"/>
1213
<xi:include href="entries/2026-06-04-2.xml"/>
1314
<xi:include href="entries/2026-06-04-1.xml"/>
1415
<xi:include href="entries/2026-06-01-1.xml"/>

archive/entries/2026-07-02-1.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.32 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-07-02-1</id>
5+
<published>2026-07-02T12:03:54+00:00</published>
6+
<updated>2026-07-02T12:03:54+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-07-02-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-07-02-1" 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.32. 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.32 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.32">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.31' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_31.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '07 May 2026',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.2.31.tar.gz',
21+
'name' => 'PHP 8.2.31 (tar.gz)',
22+
'sha256' => '083c2f61cc5f527eb293c4c468a91af46a9678785957e023b2796a9db290d870',
23+
'date' => '07 May 2026',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.2.31.tar.bz2',
28+
'name' => 'PHP 8.2.31 (tar.bz2)',
29+
'sha256' => '948183fa04cf261c9b9363c02f428977b9ddf8c0bfdff8e8e1fba816ed570803',
30+
'date' => '07 May 2026',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.2.31.tar.xz',
35+
'name' => 'PHP 8.2.31 (tar.xz)',
36+
'sha256' => '95eae411d594fe6f6e5678b76645dc13ae47d3c0a5325c1d969b58dea56ee45a',
37+
'date' => '07 May 2026',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.4.21' =>
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.31',
62-
'date' => '07 May 2026',
61+
'version' => '8.2.32',
62+
'date' => '02 Jul 2026',
6363
'tags' => ['security'], // Set to ['security'] for security releases.
6464
'sha256' => [
65-
'tar.gz' => '083c2f61cc5f527eb293c4c468a91af46a9678785957e023b2796a9db290d870',
66-
'tar.bz2' => '948183fa04cf261c9b9363c02f428977b9ddf8c0bfdff8e8e1fba816ed570803',
67-
'tar.xz' => '95eae411d594fe6f6e5678b76645dc13ae47d3c0a5325c1d969b58dea56ee45a',
65+
'tar.gz' => '56c9d6911da0d337e2c1681f6a767ac0571821e1f16c8fdf9c248bf317d99b94',
66+
'tar.bz2' => '8f21e988ca4dd5e14dd9fb889884487843566e487280027c4efab6c93188a2d1',
67+
'tar.xz' => 'e02aa173c236c12791696254d607da680e6d5516f8f5c2339642de7c4f944bd2',
6868
]
6969
];
7070

releases/8_2_32.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_32.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.32 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.32 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.32. 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.32 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.32">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)