From 1af1b8246cc3ee415803f565c6670c295c7f1c78 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 29 Aug 2024 19:00:10 +0300 Subject: [PATCH] Announce PHP 8.2.23 --- ChangeLog-8.php | 76 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-08-29-1.xml | 21 +++++++++ include/releases.inc | 36 +++++++++++++++ include/version.inc | 10 ++--- releases/8_2_23.php | 16 +++++++ 6 files changed, 155 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2024-08-29-1.xml create mode 100644 releases/8_2_23.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 7573a3a57d..74f8f2675a 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -959,6 +959,82 @@ +
+

Version 8.2.23

+ + +
+ + +

Version 8.2.22

diff --git a/archive/archive.xml b/archive/archive.xml index 2611a3f9a0..159fec1044 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-08-29-1.xml b/archive/entries/2024-08-29-1.xml new file mode 100644 index 0000000000..7530f2d3b9 --- /dev/null +++ b/archive/entries/2024-08-29-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.23 Released! + https://www.php.net/archive/2024.php#2024-08-29-1 + 2024-08-29T15:58:02+00:00 + 2024-08-29T15:58:02+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.23. This is a bug fix release.

+

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

+

For source downloads of PHP 8.2.23 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 3d92d5ea3b..a756d96bec 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_22.php', + ), + 'tags' => + array ( + ), + 'date' => '01 Aug 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.22.tar.gz', + 'name' => 'PHP 8.2.22 (tar.gz)', + 'sha256' => '44197016c9eeed5c50523e20eb44adc4dd9d84ac08bdf9e46077e775d467d7d0', + 'date' => '01 Aug 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.22.tar.bz2', + 'name' => 'PHP 8.2.22 (tar.bz2)', + 'sha256' => '5aae5964c60533185f9be928cf7d79a13393cc5560cedf1f4b977944cc76a585', + 'date' => '01 Aug 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.22.tar.xz', + 'name' => 'PHP 8.2.22 (tar.xz)', + 'sha256' => '8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df', + 'date' => '01 Aug 2024', + ), + ), + 'museum' => false, + ), '8.2.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 2bdbbb8c4f..ca7b54ea85 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.22', - 'date' => '01 Aug 2024', + 'version' => '8.2.23', + 'date' => '29 Aug 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '44197016c9eeed5c50523e20eb44adc4dd9d84ac08bdf9e46077e775d467d7d0', - 'tar.bz2' => '5aae5964c60533185f9be928cf7d79a13393cc5560cedf1f4b977944cc76a585', - 'tar.xz' => '8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df', + 'tar.gz' => 'f5cb5f0e063bcc632c60a8f26af63b19d5f924f1fc54b4471d88cfaa865d6917', + 'tar.bz2' => 'f7c90cda7a3c1de01f3bfb7b469d52dec9eba2f3b83320836004f9c2eecae26b', + 'tar.xz' => '81c5ae6ba44e262a076349ee54a2e468638a4571085d80bff37f6fd308e1d8d5', ] ]; diff --git a/releases/8_2_23.php b/releases/8_2_23.php new file mode 100644 index 0000000000..708af5690e --- /dev/null +++ b/releases/8_2_23.php @@ -0,0 +1,16 @@ + +

PHP 8.2.23 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.23. This is a bug fix release.

+ +

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

+ +

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

+