From 367ef68f466a96b1c04d074d9b06bf638ad31b29 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Thu, 26 Sep 2024 12:27:07 -0400 Subject: [PATCH] Announce PHP 8.2.24 --- ChangeLog-8.php | 64 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-09-26-2.xml | 21 +++++++++++ include/releases.inc | 36 ++++++++++++++++++ include/version.inc | 12 +++--- releases/8_2_24.php | 16 ++++++++ 6 files changed, 144 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2024-09-26-2.xml create mode 100644 releases/8_2_24.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 183022d89b..fb422b4cda 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1097,6 +1097,70 @@ +
+

Version 8.2.24

+ + +
+ + +

Version 8.2.23

diff --git a/archive/archive.xml b/archive/archive.xml index 349816dd35..0d838d15fc 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/2024-09-26-2.xml b/archive/entries/2024-09-26-2.xml new file mode 100644 index 0000000000..30226f1bba --- /dev/null +++ b/archive/entries/2024-09-26-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.24 Released! + https://www.php.net/archive/2024.php#2024-09-26-2 + 2024-09-26T16:25:23+00:00 + 2024-09-26T16:25:23+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.2.24 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 440f6b7aab..ca11e52e14 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_23.php', + ), + 'tags' => + array ( + ), + 'date' => '29 Aug 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.23.tar.gz', + 'name' => 'PHP 8.2.23 (tar.gz)', + 'sha256' => 'f5cb5f0e063bcc632c60a8f26af63b19d5f924f1fc54b4471d88cfaa865d6917', + 'date' => '29 Aug 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.23.tar.bz2', + 'name' => 'PHP 8.2.23 (tar.bz2)', + 'sha256' => 'f7c90cda7a3c1de01f3bfb7b469d52dec9eba2f3b83320836004f9c2eecae26b', + 'date' => '29 Aug 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.23.tar.xz', + 'name' => 'PHP 8.2.23 (tar.xz)', + 'sha256' => '81c5ae6ba44e262a076349ee54a2e468638a4571085d80bff37f6fd308e1d8d5', + 'date' => '29 Aug 2024', + ), + ), + 'museum' => false, + ), '8.3.11' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8cd324d997..4e87d39185 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.23', - 'date' => '29 Aug 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.2.24', + 'date' => '26 Sep 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'f5cb5f0e063bcc632c60a8f26af63b19d5f924f1fc54b4471d88cfaa865d6917', - 'tar.bz2' => 'f7c90cda7a3c1de01f3bfb7b469d52dec9eba2f3b83320836004f9c2eecae26b', - 'tar.xz' => '81c5ae6ba44e262a076349ee54a2e468638a4571085d80bff37f6fd308e1d8d5', + 'tar.gz' => '5d26441969279a594e404bb9f2e17b6f74bb10606fe05911e739137673ae6c4c', + 'tar.bz2' => '4cc76ec644eee97d17c92bfe8d0e84714fedf299a538b7dfadc0639dd0dc432f', + 'tar.xz' => '80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a', ] ]; diff --git a/releases/8_2_24.php b/releases/8_2_24.php new file mode 100644 index 0000000000..d65b9c85e4 --- /dev/null +++ b/releases/8_2_24.php @@ -0,0 +1,16 @@ + +

PHP 8.2.24 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 8.2.24 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. +

+