Skip to content

Commit a5c7ef0

Browse files
committed
Announce PHP 8.3.33
1 parent 3d1ea5e commit a5c7ef0

6 files changed

Lines changed: 104 additions & 5 deletions

File tree

ChangeLog-8.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3633,6 +3633,30 @@
36333633

36343634
<a id="PHP_8_3"></a>
36353635

3636+
<section class="version" id="8.3.33"><!-- {{{ 8.3.33 -->
3637+
<h3>Version 8.3.33</h3>
3638+
<b><?php release_date('30-Jul-2026'); ?></b>
3639+
<ul><li>Date:
3640+
<ul>
3641+
<li>Fixed leak on double DatePeriod::__construct() call.</li>
3642+
</ul></li>
3643+
<li>GD:
3644+
<ul>
3645+
<li>Upgrade libgd. (CVE-2026-9672)</li>
3646+
</ul></li>
3647+
<li>PGSQL:
3648+
<ul>
3649+
<li>Fixed <?php githubsecurityl('php/php-src', '7qpv-r5mr-78m4'); ?> (SQL injection via E'...' backslash breakout). (CVE-2026-17543)</li>
3650+
</ul></li>
3651+
<li>Phar:
3652+
<ul>
3653+
<li>Fixed <?php githubsecurityl('php/php-src', 'vc5h-9ppw-p5f3'); ?> (Crash via recursive symlinks). (CVE-2026-7260)</li>
3654+
</ul></li>
3655+
</ul>
3656+
<!-- }}} --></section>
3657+
3658+
3659+
36363660
<section class="version" id="8.3.32"><!-- {{{ 8.3.32 -->
36373661
<h3>Version 8.3.32</h3>
36383662
<b><?php release_date('02-Jul-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-30-4.xml"/>
1213
<xi:include href="entries/2026-07-30-3.xml"/>
1314
<xi:include href="entries/2026-07-30-2.xml"/>
1415
<xi:include href="entries/2026-07-30-1.xml"/>

archive/entries/2026-07-30-4.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.33 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-07-30-4</id>
5+
<published>2026-07-30T14:48:58+00:00</published>
6+
<updated>2026-07-30T14:48:58+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-07-30-4" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-07-30-4" 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.33. 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.33 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.33">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.32' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_32.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '02 Jul 2026',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.3.32.tar.gz',
21+
'name' => 'PHP 8.3.32 (tar.gz)',
22+
'sha256' => '8e1f03eea0b07bc29e1f94d3cfcf0532b0421ec63c1792346b58c3ad8e40fc9b',
23+
'date' => '02 Jul 2026',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.3.32.tar.bz2',
28+
'name' => 'PHP 8.3.32 (tar.bz2)',
29+
'sha256' => 'f777ca24661966f94b31f6840cdad437cf30501537db8b872b1b7a1c244b8d02',
30+
'date' => '02 Jul 2026',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.3.32.tar.xz',
35+
'name' => 'PHP 8.3.32 (tar.xz)',
36+
'sha256' => '8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92',
37+
'date' => '02 Jul 2026',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.5.8' =>
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.32',
50-
'date' => '02 Jul 2026',
49+
'version' => '8.3.33',
50+
'date' => '30 Jul 2026',
5151
'tags' => ['security'], // Set to ['security'] for security releases.
5252
'sha256' => [
53-
'tar.gz' => '8e1f03eea0b07bc29e1f94d3cfcf0532b0421ec63c1792346b58c3ad8e40fc9b',
54-
'tar.bz2' => 'f777ca24661966f94b31f6840cdad437cf30501537db8b872b1b7a1c244b8d02',
55-
'tar.xz' => '8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92',
53+
'tar.gz' => 'f43566da482abeb1614a512dabeda74967847ce8e176a977390d7a115e7812fd',
54+
'tar.bz2' => 'f9c9f4d0cd7692c6e3da363cd4ca72a826a49ae18f5ed430b6fcae7bc2881e18',
55+
'tar.xz' => 'e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f9676',
5656
]
5757
];
5858

releases/8_3_33.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_33.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.33 Release Announcement', ['cache' => true, 'cache_control' => 30 * 60]);
5+
?>
6+
<h1>PHP 8.3.33 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.33. 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.33 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.33">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)