From 97f5bbe679128b03a1a9181b320ca700f1ac9e90 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 12 Apr 2024 10:51:12 -0500 Subject: [PATCH] Announce PHP 8.1.28 --- ChangeLog-8.php | 14 +++++++++++++ archive/archive.xml | 1 + archive/entries/2024-04-11-3.xml | 21 +++++++++++++++++++ bin/bumpRelease | 2 +- bin/news2html | 2 +- include/releases.inc | 36 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/8_1_28.php | 16 ++++++++++++++ 8 files changed, 96 insertions(+), 8 deletions(-) create mode 100644 archive/entries/2024-04-11-3.xml create mode 100644 releases/8_1_28.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 77336974e..219308c1c 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -2282,6 +2282,20 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.28

+ + +
+ + +

Version 8.1.27

diff --git a/archive/archive.xml b/archive/archive.xml index 17908c8d9..d5769aeaf 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-04-11-3.xml b/archive/entries/2024-04-11-3.xml new file mode 100644 index 000000000..50d182478 --- /dev/null +++ b/archive/entries/2024-04-11-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.28 Released! + https://www.php.net/archive/2024.php#2024-04-11-3 + 2024-04-11T23:59:59+00:00 + 2024-04-12T15:42:40+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.28 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/bin/bumpRelease b/bin/bumpRelease index 8b9142a47..f03c2c6da 100755 --- a/bin/bumpRelease +++ b/bin/bumpRelease @@ -1,4 +1,4 @@ -#!/usr/local/bin/php +#!/usr/bin/env php array ( + '8.1.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_27.php', + ), + 'tags' => + array ( + ), + 'date' => '21 Dec 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.27.tar.gz', + 'name' => 'PHP 8.1.27 (tar.gz)', + 'sha256' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d', + 'date' => '21 Dec 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.27.tar.bz2', + 'name' => 'PHP 8.1.27 (tar.bz2)', + 'sha256' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1', + 'date' => '21 Dec 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.27.tar.xz', + 'name' => 'PHP 8.1.27 (tar.xz)', + 'sha256' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658', + 'date' => '21 Dec 2023', + ), + ), + 'museum' => false, + ), '8.3.4' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 25e326181..b002de799 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.27', - 'date' => '21 Dec 2023', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.1.28', + 'date' => '11 Apr 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d', - 'tar.bz2' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1', - 'tar.xz' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658', + 'tar.gz' => 'a2a9d853f4a4c9ff8631da5dc3a6cec5ab083ef37a214877b0240dcfcdfdefea', + 'tar.bz2' => '8be450096e0153c47d75384e7dd595cc897f1d53ce0060708ce9589bcc3141ee', + 'tar.xz' => '95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080', ] ]; diff --git a/releases/8_1_28.php b/releases/8_1_28.php new file mode 100644 index 000000000..80c929d63 --- /dev/null +++ b/releases/8_1_28.php @@ -0,0 +1,16 @@ + +

PHP 8.1.28 Release Announcement

+ +

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

+ +

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

+ +

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

+