From cb3bb5b744c6c3be2ea8bfdd4e1ba780689833ff Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Thu, 31 Aug 2023 18:41:15 +0200 Subject: [PATCH] Announce PHP 8.1.23 --- ChangeLog-8.php | 65 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-08-31-3.xml | 21 +++++++++++ include/releases.inc | 37 ++++++++++++++++++ include/version.inc | 12 +++--- releases/8_1_23.php | 16 ++++++++ 6 files changed, 146 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2023-08-31-3.xml create mode 100644 releases/8_1_23.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 6d55c2114..cd7c84241 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1100,6 +1100,71 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.21

+ + +
+ + +

Version 8.1.22

diff --git a/archive/archive.xml b/archive/archive.xml index 9d359207d..098d8aad3 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-08-31-3.xml b/archive/entries/2023-08-31-3.xml new file mode 100644 index 000000000..8f6c33c6d --- /dev/null +++ b/archive/entries/2023-08-31-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.23 Released! + https://www.php.net/archive/2023.php#2023-08-31-3 + 2023-08-31T16:37:56+00:00 + 2023-08-31T16:37:56+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.23. 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.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 d5e7daeab..36fcd8a2d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_22.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '03 Aug 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.22.tar.gz', + 'name' => 'PHP 8.1.22 (tar.gz)', + 'sha256' => 'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a', + 'date' => '03 Aug 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.22.tar.bz2', + 'name' => 'PHP 8.1.22 (tar.bz2)', + 'sha256' => '992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2', + 'date' => '03 Aug 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.22.tar.xz', + 'name' => 'PHP 8.1.22 (tar.xz)', + 'sha256' => '9ea4f4cfe775cb5866c057323d6b320f3a6e0adb1be41a068ff7bfec6f83e71d', + 'date' => '03 Aug 2023', + ), + ), + 'museum' => false, + ), '8.2.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 27caa9fef..31b537a26 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.22', - 'date' => '03 Aug 2023', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.1.23', + 'date' => '31 Aug 2023', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a', - 'tar.bz2' => '992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2', - 'tar.xz' => '9ea4f4cfe775cb5866c057323d6b320f3a6e0adb1be41a068ff7bfec6f83e71d', + 'tar.gz' => 'ec5330b3978edc8fe2f78830720505bf69d12542622b5cddccee63ae3a0e5b58', + 'tar.bz2' => '929a62785177da892ddffca074bab2f1ff578473a0d4adb915c12f5f3e34ec1b', + 'tar.xz' => 'fc48422fa7e75bb45916fc192a9f9728cb38bb2b5858572c51ea15825326360c', ] ]; diff --git a/releases/8_1_23.php b/releases/8_1_23.php new file mode 100644 index 000000000..0a299b2ca --- /dev/null +++ b/releases/8_1_23.php @@ -0,0 +1,16 @@ + +

PHP 8.1.23 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.1.23. 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.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. +

+