diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 8076ce950..5052b8125 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -5871,6 +5871,26 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.33

+ + +
+ + +

Version 8.1.32

diff --git a/archive/archive.xml b/archive/archive.xml index eb5825128..b47b7230f 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2025-07-03-3.xml b/archive/entries/2025-07-03-3.xml new file mode 100644 index 000000000..69519dc09 --- /dev/null +++ b/archive/entries/2025-07-03-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.33 Released! + https://www.php.net/archive/2025.php#2025-07-03-3 + 2025-07-03T14:35:29+00:00 + 2025-07-03T14:35:29+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.33. This is a security release.

+ +

All PHP 8.1 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.1.33 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index cfdc13d8c..c108f6711 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.32' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_32.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '13 Mar 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.32.tar.gz', + 'name' => 'PHP 8.1.32 (tar.gz)', + 'sha256' => '4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff', + 'date' => '13 Mar 2025', + ), + 1 => + array ( + 'filename' => 'php-8.1.32.tar.bz2', + 'name' => 'PHP 8.1.32 (tar.bz2)', + 'sha256' => 'a04fdd3df05f948df8a8f2c5d27ab54c1f43822c525f31fd20c19a282452d07c', + 'date' => '13 Mar 2025', + ), + 2 => + array ( + 'filename' => 'php-8.1.32.tar.xz', + 'name' => 'PHP 8.1.32 (tar.xz)', + 'sha256' => 'c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383', + 'date' => '13 Mar 2025', + ), + ), + 'museum' => false, + ), '8.2.28' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index cc7f6a4b2..4ea5eca19 100644 --- a/include/version.inc +++ b/include/version.inc @@ -56,13 +56,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.32', - 'date' => '13 Mar 2025', + 'version' => '8.1.33', + 'date' => '3 Jul 2025', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff', - 'tar.bz2' => 'a04fdd3df05f948df8a8f2c5d27ab54c1f43822c525f31fd20c19a282452d07c', - 'tar.xz' => 'c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383', + 'tar.gz' => 'ee33568a0e2be0b722b3f9a88cecc578316b66b25c90cd0a4f3b1a5cdc3cd826', + 'tar.bz2' => 'b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f', + 'tar.xz' => '9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1', ] ]; diff --git a/releases/8_1_33.php b/releases/8_1_33.php new file mode 100644 index 000000000..8fadb7715 --- /dev/null +++ b/releases/8_1_33.php @@ -0,0 +1,16 @@ + +

PHP 8.1.33 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.1.33. This is a security release.

+ +

All PHP 8.1 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.1.33 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+