Author: Sergey Panteleev (saundefined)
Date: 2026-07-30T14:04:42+03:00
Commit:
https://github.com/php/web-php/commit/1e2b8464f8814b8179e546a42433bc2a2e9051a0
Raw diff:
https://github.com/php/web-php/commit/1e2b8464f8814b8179e546a42433bc2a2e9051a0.diff
Announce PHP 8.2.33
Changed paths:
A archive/entries/2026-07-30-1.xml
A releases/8_2_33.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 251bfa5809..d5d830fffe 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -6231,6 +6231,30 @@
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.33"><!-- {{{ 8.2.33 -->
+<h3>Version 8.2.33</h3>
+<b><?php release_date('30-Jul-2026'); ?></b>
+<ul><li>Date:
+<ul>
+ <li>Fixed leak on double DatePeriod::__construct() call.</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li>Upgrade libgd. (CVE-2026-9672)</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', '7qpv-r5mr-78m4'); ?> (SQL
injection via E'...' backslash breakout). (CVE-2026-17543)</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Fixed <?php githubsecurityl('php/php-src', 'vc5h-9ppw-p5f3'); ?> (Crash
via recursive symlinks). (CVE-2026-7260)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.32"><!-- {{{ 8.2.32 -->
<h3>Version 8.2.32</h3>
<b><?php release_date('02-Jul-2026'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3a946caa1d..d086a6e346 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-30-1.xml"/>
<xi:include href="entries/2026-07-16-1.xml"/>
<xi:include href="entries/2026-07-13-1.xml"/>
<xi:include href="entries/2026-07-07-1.xml"/>
diff --git a/archive/entries/2026-07-30-1.xml b/archive/entries/2026-07-30-1.xml
new file mode 100644
index 0000000000..9d916ec535
--- /dev/null
+++ b/archive/entries/2026-07-30-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.33 Released!</title>
+ <id>https://www.php.net/archive/2026.php#2026-07-30-1</id>
+ <published>2026-07-30T11:00:24+00:00</published>
+ <updated>2026-07-30T11:00:24+00:00</updated>
+ <link href="https://www.php.net/index.php#2026-07-30-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2026.php#2026-07-30-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.33. 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.33 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.33">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 1bab620f27..62f3513d94 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.32' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_32.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '02 Jul 2026',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.32.tar.gz',
+ 'name' => 'PHP 8.2.32 (tar.gz)',
+ 'sha256' =>
'56c9d6911da0d337e2c1681f6a767ac0571821e1f16c8fdf9c248bf317d99b94',
+ 'date' => '02 Jul 2026',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.32.tar.bz2',
+ 'name' => 'PHP 8.2.32 (tar.bz2)',
+ 'sha256' =>
'8f21e988ca4dd5e14dd9fb889884487843566e487280027c4efab6c93188a2d1',
+ 'date' => '02 Jul 2026',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.32.tar.xz',
+ 'name' => 'PHP 8.2.32 (tar.xz)',
+ 'sha256' =>
'e02aa173c236c12791696254d607da680e6d5516f8f5c2339642de7c4f944bd2',
+ 'date' => '02 Jul 2026',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.5.7' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 65d338d94d..3e1cf68edd 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.32',
- 'date' => '02 Jul 2026',
+ 'version' => '8.2.33',
+ 'date' => '30 Jul 2026',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'56c9d6911da0d337e2c1681f6a767ac0571821e1f16c8fdf9c248bf317d99b94',
- 'tar.bz2' =>
'8f21e988ca4dd5e14dd9fb889884487843566e487280027c4efab6c93188a2d1',
- 'tar.xz' =>
'e02aa173c236c12791696254d607da680e6d5516f8f5c2339642de7c4f944bd2',
+ 'tar.gz' =>
'9a525d4db1237ede408e454b46f5a93b9e45d83d71753592e3f921903d917e07',
+ 'tar.bz2' =>
'5362f2a7a0e7168ce722fea0048b1a1d28e0f7cc265c417df670c65670695018',
+ 'tar.xz' =>
'fbdeace9b38220436a4c8fd79b900df92878151db145e641750743a283b514c1',
]
];
diff --git a/releases/8_2_33.php b/releases/8_2_33.php
new file mode 100644
index 0000000000..2f61bd440d
--- /dev/null
+++ b/releases/8_2_33.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_33.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.33 Release Announcement');
+?>
+<h1>PHP 8.2.33 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.2.33. 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.33 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.33">ChangeLog</a>.
+</p>
+<?php site_footer();