From f9f181ec42bda2fa285ce1b84f6353f0c85d4c19 Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Thu, 21 Dec 2023 17:15:01 +0100 Subject: [PATCH] Announce PHP 8.1.27 --- ChangeLog-8.php | 68 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-12-21-2.xml | 21 ++++++++++ include/releases.inc | 36 +++++++++++++++++ include/version.inc | 10 ++--- releases/8_1_27.php | 16 ++++++++ 6 files changed, 147 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2023-12-21-2.xml create mode 100644 releases/8_1_27.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 68993765d..849c03905 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1651,6 +1651,74 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.27

+ + +
+ + +

Version 8.1.26

diff --git a/archive/archive.xml b/archive/archive.xml index 4606cbdc0..3cec6fc7e 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-12-21-2.xml b/archive/entries/2023-12-21-2.xml new file mode 100644 index 000000000..d222886e5 --- /dev/null +++ b/archive/entries/2023-12-21-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.27 Released! + https://www.php.net/archive/2023.php#2023-12-21-2 + 2023-12-21T16:12:41+00:00 + 2023-12-21T16:12:41+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.27. 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.27 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 605dff07c..bab3fac74 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_26.php', + ), + 'tags' => + array ( + ), + 'date' => '23 Nov 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.26.tar.gz', + 'name' => 'PHP 8.1.26 (tar.gz)', + 'sha256' => 'd954cecfc3d294c2fccbe2b1a6bef784ce0d6c5d44a9e28f8a527e092825f2cb', + 'date' => '23 Nov 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.26.tar.bz2', + 'name' => 'PHP 8.1.26 (tar.bz2)', + 'sha256' => '83bde249c84aa1a043a8c8d0eea09345c2cae69b9784cdf02229fc916fbb9ea0', + 'date' => '23 Nov 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.26.tar.xz', + 'name' => 'PHP 8.1.26 (tar.xz)', + 'sha256' => '17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f', + 'date' => '23 Nov 2023', + ), + ), + 'museum' => false, + ), '8.3.0' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 72a4c236e..623c99e59 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.26', - 'date' => '23 Nov 2023', + 'version' => '8.1.27', + 'date' => '21 Dec 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'd954cecfc3d294c2fccbe2b1a6bef784ce0d6c5d44a9e28f8a527e092825f2cb', - 'tar.bz2' => '83bde249c84aa1a043a8c8d0eea09345c2cae69b9784cdf02229fc916fbb9ea0', - 'tar.xz' => '17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f', + 'tar.gz' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d', + 'tar.bz2' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1', + 'tar.xz' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658', ] ]; diff --git a/releases/8_1_27.php b/releases/8_1_27.php new file mode 100644 index 000000000..3c9785ec1 --- /dev/null +++ b/releases/8_1_27.php @@ -0,0 +1,16 @@ + +

PHP 8.1.27 Release Announcement

+ +

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

+