Skip to content

Commit 1945cf9

Browse files
committed
Announce PHP 8.3.32
1 parent fd7ddc0 commit 1945cf9

6 files changed

Lines changed: 96 additions & 5 deletions

File tree

ChangeLog-8.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3353,6 +3353,22 @@
33533353

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

3356+
<section class="version" id="8.3.32"><!-- {{{ 8.3.32 -->
3357+
<h3>Version 8.3.32</h3>
3358+
<b><?php release_date('02-Jul-2026'); ?></b>
3359+
<ul><li>Streams:
3360+
<ul>
3361+
<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>
3362+
</ul></li>
3363+
<li>OpenSSL:
3364+
<ul>
3365+
<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>
3366+
</ul></li>
3367+
</ul>
3368+
<!-- }}} --></section>
3369+
3370+
3371+
33563372
<section class="version" id="8.3.31"><!-- {{{ 8.3.31 -->
33573373
<h3>Version 8.3.31</h3>
33583374
<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-2.xml"/>
1213
<xi:include href="entries/2026-07-02-1.xml"/>
1314
<xi:include href="entries/2026-06-04-2.xml"/>
1415
<xi:include href="entries/2026-06-04-1.xml"/>

archive/entries/2026-07-02-2.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.3.32 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-07-02-2</id>
5+
<published>2026-07-02T16:38:37+00:00</published>
6+
<updated>2026-07-02T16:38:37+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-07-02-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-07-02-2" 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.3.32. This is a security release.</p>
13+
14+
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.3.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.3">there</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.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.3.31' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_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.3.31.tar.gz',
21+
'name' => 'PHP 8.3.31 (tar.gz)',
22+
'sha256' => '4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f',
23+
'date' => '07 May 2026',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.3.31.tar.bz2',
28+
'name' => 'PHP 8.3.31 (tar.bz2)',
29+
'sha256' => 'e6986b1fd37eb25402127fe4a7278a3e03b7f9025bb7a4bd292a271bdf930fb9',
30+
'date' => '07 May 2026',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.3.31.tar.xz',
35+
'name' => 'PHP 8.3.31 (tar.xz)',
36+
'sha256' => '66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa37',
37+
'date' => '07 May 2026',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.31' =>
643
array (
744
'announcement' =>

include/version.inc

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

4747
/* PHP 8.3 Release */
4848
$data['8.3'] = [
49-
'version' => '8.3.31',
50-
'date' => '07 May 2026',
49+
'version' => '8.3.32',
50+
'date' => '02 Jul 2026',
5151
'tags' => ['security'], // Set to ['security'] for security releases.
5252
'sha256' => [
53-
'tar.gz' => '4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f',
54-
'tar.bz2' => 'e6986b1fd37eb25402127fe4a7278a3e03b7f9025bb7a4bd292a271bdf930fb9',
55-
'tar.xz' => '66410cee07f4b2baeb0843140bb2a2b52ef930b5cf9b3d6e6d158b33aae8fa37',
53+
'tar.gz' => '8e1f03eea0b07bc29e1f94d3cfcf0532b0421ec63c1792346b58c3ad8e40fc9b',
54+
'tar.bz2' => 'f777ca24661966f94b31f6840cdad437cf30501537db8b872b1b7a1c244b8d02',
55+
'tar.xz' => '8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92',
5656
]
5757
];
5858

releases/8_3_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_3_32.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.32 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.32 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.32. This is a security release.</p>
9+
10+
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.3.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.3">there</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.32">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)