[PHP-WEBMASTER] [web-php] master: Announce PHP 8.3.33

Author: Eric Mann (ericmann)
Date: 2026-07-30T07:51:25-07:00

Commit: Announce PHP 8.3.33 · php/web-php@a5c7ef0 · GitHub
Raw diff: PHP 8.3.33 Released!

Announce PHP 8.3.33

Changed paths:
  A archive/entries/2026-07-30-4.xml
  A releases/8_3_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 0f2a3ca77f..42a72e5885 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -3633,6 +3633,30 @@

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

+<section class="version" id="8.3.33"><!-- {{{ 8.3.33 -->
+<h3>Version 8.3.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.3.32"><!-- {{{ 8.3.32 -->
<h3>Version 8.3.32</h3>
<b><?php release_date('02-Jul-2026'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7d0c2fa8c7..c1c27837bc 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact&lt;/uri&gt;
     <email>php-webmaster@lists.php.net</email>
   </author>
+ <xi:include href="entries/2026-07-30-4.xml"/>
   <xi:include href="entries/2026-07-30-3.xml"/>
   <xi:include href="entries/2026-07-30-2.xml"/>
   <xi:include href="entries/2026-07-30-1.xml"/>
diff --git a/archive/entries/2026-07-30-4.xml b/archive/entries/2026-07-30-4.xml
new file mode 100644
index 0000000000..58a5e1b1d1
--- /dev/null
+++ b/archive/entries/2026-07-30-4.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom&quot;&gt;
+ <title>PHP 8.3.33 Released!</title>
+ <id>PHP: News Archive - 2026;
+ <published>2026-07-30T14:48:58+00:00</published>
+ <updated>2026-07-30T14:48:58+00:00</updated>
+ <link href="PHP; rel="alternate" type="text/html"/>
+ <link href="PHP: News Archive - 2026; 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&quot;&gt;&lt;p&gt;The PHP development team announces the immediate availability of PHP 8.3.33. This is a security release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.33 please visit our <a href="https://www.php.net/downloads.php&quot;&gt;downloads page</a>,
+Windows source and binaries can also be found <a href="PHP: Downloads.
+The list of changes is recorded in the <a href="PHP: PHP 8 ChangeLog.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 858db068b1..518db784ce 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
   8 =>
   array (
+ '8.3.32' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_3_32.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '02 Jul 2026',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.3.32.tar.gz',
+ 'name' => 'PHP 8.3.32 (tar.gz)',
+ 'sha256' => '8e1f03eea0b07bc29e1f94d3cfcf0532b0421ec63c1792346b58c3ad8e40fc9b',
+ 'date' => '02 Jul 2026',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.3.32.tar.bz2',
+ 'name' => 'PHP 8.3.32 (tar.bz2)',
+ 'sha256' => 'f777ca24661966f94b31f6840cdad437cf30501537db8b872b1b7a1c244b8d02',
+ 'date' => '02 Jul 2026',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.3.32.tar.xz',
+ 'name' => 'PHP 8.3.32 (tar.xz)',
+ 'sha256' => '8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92',
+ 'date' => '02 Jul 2026',
+ ),
+ ),
+ 'museum' => false,
+ ),
     '8.5.8' =>
     array (
       'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 38e3f36e9f..a1e34c7d6f 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -46,13 +46,13 @@ $RELEASES = (function () {

     /* PHP 8.3 Release */
     $data['8.3'] = [
- 'version' => '8.3.32',
- 'date' => '02 Jul 2026',
+ 'version' => '8.3.33',
+ 'date' => '30 Jul 2026',
         'tags' => ['security'], // Set to ['security'] for security releases.
         'sha256' => [
- 'tar.gz' => '8e1f03eea0b07bc29e1f94d3cfcf0532b0421ec63c1792346b58c3ad8e40fc9b',
- 'tar.bz2' => 'f777ca24661966f94b31f6840cdad437cf30501537db8b872b1b7a1c244b8d02',
- 'tar.xz' => '8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92',
+ 'tar.gz' => 'f43566da482abeb1614a512dabeda74967847ce8e176a977390d7a115e7812fd',
+ 'tar.bz2' => 'f9c9f4d0cd7692c6e3da363cd4ca72a826a49ae18f5ed430b6fcae7bc2881e18',
+ 'tar.xz' => 'e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f9676',
         ]
     ];

diff --git a/releases/8_3_33.php b/releases/8_3_33.php
new file mode 100644
index 0000000000..8ed9cb517c
--- /dev/null
+++ b/releases/8_3_33.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_33.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.33 Release Announcement', ['cache' => true, 'cache_control' => 30 * 60]);
+?>
+<h1>PHP 8.3.33 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.3.33. This is a security release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.33 please visit our <a href="https://www.php.net/downloads.php&quot;&gt;downloads page</a>,
+Windows source and binaries can also be found <a href="PHP: Downloads.
+The list of changes is recorded in the <a href="PHP: PHP 8 ChangeLog.
+</p>
+<?php site_footer();