From 0678b4d21bce0775188192cb1fa2b488e1d7ebba Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Thu, 18 Dec 2025 14:33:32 -0500 Subject: [PATCH] Announce PHP 8.2.30 --- ChangeLog-8.php | 26 ++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-12-18-3.xml | 21 ++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/8_2_30.php | 16 ++++++++++++++ 6 files changed, 107 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2025-12-18-3.xml create mode 100644 releases/8_2_30.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 57131422e..56cc60513 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -4991,6 +4991,32 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.30

+ + +
+ + +

Version 8.2.29

diff --git a/archive/archive.xml b/archive/archive.xml index 6a2d269ca..f13c6bd56 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-12-18-3.xml b/archive/entries/2025-12-18-3.xml new file mode 100644 index 000000000..42593df0a --- /dev/null +++ b/archive/entries/2025-12-18-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.30 Released! + https://www.php.net/archive/2025.php#2025-12-18-3 + 2025-12-18T19:26:22+00:00 + 2025-12-18T19:26:22+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.2.30 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index 215c71eab..225c2bd3c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.29' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_29.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '3 Jul 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.29.tar.gz', + 'name' => 'PHP 8.2.29 (tar.gz)', + 'sha256' => '0b27d330769d4bc67b1d8864347c38744b289664a946919c3ddb2235d326b3cd', + 'date' => '3 Jul 2025', + ), + 1 => + array ( + 'filename' => 'php-8.2.29.tar.bz2', + 'name' => 'PHP 8.2.29 (tar.bz2)', + 'sha256' => '51979e8d198cbade2aad4ffe9f53dd3f04f9602d3089e5979985e058ade4267c', + 'date' => '3 Jul 2025', + ), + 2 => + array ( + 'filename' => 'php-8.2.29.tar.xz', + 'name' => 'PHP 8.2.29 (tar.xz)', + 'sha256' => '475f991afd2d5b901fb410be407d929bc00c46285d3f439a02c59e8b6fe3589c', + 'date' => '3 Jul 2025', + ), + ), + 'museum' => false, + ), '8.3.28' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index c01b28760..8af309dad 100644 --- a/include/version.inc +++ b/include/version.inc @@ -25,7 +25,7 @@ $RELEASES = (function () { 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ // WARNING: Order of SHA256 entries here is DIFFERENT from the - // order in the manifest + // order in the manifest 'tar.gz' => '915492958081409a5e3ef99df969bcfa5b33bdf9517bd077991747e17fa2c1b7', 'tar.bz2' => '55f428c426e7241752ea9afff160bb64c32a9321cbd6d17d1c145b8df8823737', 'tar.xz' => '3f5bf99ce81201f526d25e288eddb2cfa111d068950d1e9a869530054ff98815', @@ -58,13 +58,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.29', - 'date' => '3 Jul 2025', + 'version' => '8.2.30', + 'date' => '18 Dec 2025', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '0b27d330769d4bc67b1d8864347c38744b289664a946919c3ddb2235d326b3cd', - 'tar.bz2' => '51979e8d198cbade2aad4ffe9f53dd3f04f9602d3089e5979985e058ade4267c', - 'tar.xz' => '475f991afd2d5b901fb410be407d929bc00c46285d3f439a02c59e8b6fe3589c', + 'tar.gz' => 'a0fa6673ba4b0c8335fbab08afb7c2e13a3791f2b5a0928c7ad3d7ad872edf26', + 'tar.bz2' => '104820b6c8fc959dde4b3342135f42bdabf246e86918a16381a17d8447c866fa', + 'tar.xz' => 'bc90523e17af4db46157e75d0c9ef0b9d0030b0514e62c26ba7b513b8c4eb015', ] ]; diff --git a/releases/8_2_30.php b/releases/8_2_30.php new file mode 100644 index 000000000..519c7f648 --- /dev/null +++ b/releases/8_2_30.php @@ -0,0 +1,16 @@ + +

PHP 8.2.30 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 8.2.30 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+