From 390ad10784f3672994a57f72833c231ae661040b Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 28 Sep 2023 13:06:32 -0500 Subject: [PATCH] Announce PHP 8.1.24 --- ChangeLog-8.php | 49 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-09-28-3.xml | 21 ++++++++++++++ include/releases.inc | 36 +++++++++++++++++++++++ include/version.inc | 10 +++---- releases/8_1_24.php | 16 +++++++++++ 6 files changed, 128 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2023-09-28-3.xml create mode 100644 releases/8_1_24.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index de7b38dfe6..2a937abca5 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1150,6 +1150,55 @@ +
+

Version 8.1.24

+ + +
+ + +

Version 8.1.23

diff --git a/archive/archive.xml b/archive/archive.xml index 7147fd5537..895d7b7757 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/2023-09-28-3.xml b/archive/entries/2023-09-28-3.xml new file mode 100644 index 0000000000..16d0f5984f --- /dev/null +++ b/archive/entries/2023-09-28-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.24 Released! + https://www.php.net/archive/2023.php#2023-09-28-3 + 2023-09-28T18:04:30+00:00 + 2023-09-28T18:04:30+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.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 35d9ee5d74..b6a162211e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_23.php', + ), + 'tags' => + array ( + ), + 'date' => '31 Aug 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.23.tar.gz', + 'name' => 'PHP 8.1.23 (tar.gz)', + 'sha256' => 'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58', + 'date' => '31 Aug 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.23.tar.bz2', + 'name' => 'PHP 8.1.23 (tar.bz2)', + 'sha256' => '929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b', + 'date' => '31 Aug 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.23.tar.xz', + 'name' => 'PHP 8.1.23 (tar.xz)', + 'sha256' => 'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c', + 'date' => '31 Aug 2023', + ), + ), + 'museum' => false, + ), '8.2.10' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index dfbc5391f1..54b106f8ef 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.23', - 'date' => '31 Aug 2023', + 'version' => '8.1.24', + 'date' => '28 Sep 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58', - 'tar.bz2' => '929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b', - 'tar.xz' => 'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c', + 'tar.gz' => 'd6001a5c16765cd1897609fc71ff083e35db9a28c8874a1ff191cdebe80a6460', + 'tar.bz2' => 'b0ae5804a9ad53a7e28d0a32629495f816f935b10830c71f4ec15827185a73c9', + 'tar.xz' => 'ee61f6232bb29bd2e785daf325d2177f2272bf80d086c295a724594e710bce3d', ] ]; diff --git a/releases/8_1_24.php b/releases/8_1_24.php new file mode 100644 index 0000000000..98550cb72f --- /dev/null +++ b/releases/8_1_24.php @@ -0,0 +1,16 @@ + +

PHP 8.1.24 Release Announcement

+ +

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

+ +

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

+ +

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

+