From b1191376aee911374d91b5bf1bec905166f8b842 Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Thu, 29 Sep 2022 17:34:03 +0200 Subject: [PATCH] Announce PHP 8.1.11 --- ChangeLog-8.php | 49 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-09-29-2.xml | 21 ++++++++++++++ include/releases.inc | 36 +++++++++++++++++++++++ include/version.inc | 12 ++++---- releases/8_1_11.php | 16 +++++++++++ 6 files changed, 129 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2022-09-29-2.xml create mode 100644 releases/8_1_11.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b3fd23b71..ca9fb4474 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,55 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.1.11

+ + +
+ + +

Version 8.1.10

diff --git a/archive/archive.xml b/archive/archive.xml index 5f3c0f735..764429741 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/2022-09-29-2.xml b/archive/entries/2022-09-29-2.xml new file mode 100644 index 000000000..b3ba73d08 --- /dev/null +++ b/archive/entries/2022-09-29-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.11 Released! + https://www.php.net/archive/2022.php#2022-09-29-2 + 2022-09-29T15:28:59+00:00 + 2022-09-29T15:28:59+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.11 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 69506afb3..8305d1e41 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.10' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_10.php', + ), + 'tags' => + array ( + ), + 'date' => '01 Sep 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.10.tar.gz', + 'name' => 'PHP 8.1.10 (tar.gz)', + 'sha256' => '3ea4f323109dfbc8d2631d08aa0e08602c1f713678e9dc6c750f081ef49eab0f', + 'date' => '01 Sep 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.10.tar.bz2', + 'name' => 'PHP 8.1.10 (tar.bz2)', + 'sha256' => '2de8e0402285f7c56887defe651922308aded58ba60befcf3b77720209e31f10', + 'date' => '01 Sep 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.10.tar.xz', + 'name' => 'PHP 8.1.10 (tar.xz)', + 'sha256' => '90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162', + 'date' => '01 Sep 2022', + ), + ), + 'museum' => false, + ), '8.0.22' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d637816e3..f401d3eb6 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.10', - 'date' => '01 Sep 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.1.11', + 'date' => '29 Sep 2022', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '3ea4f323109dfbc8d2631d08aa0e08602c1f713678e9dc6c750f081ef49eab0f', - 'tar.bz2' => '2de8e0402285f7c56887defe651922308aded58ba60befcf3b77720209e31f10', - 'tar.xz' => '90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162', + 'tar.gz' => '3660e8408321149f5d382bb8eeb9ea7b12ea8dd7ea66069da33f6f7383750ab2', + 'tar.bz2' => 'af6250b18b4403b6eeff9b4a02786ac86a12a208141f6f65478f79256f47f246', + 'tar.xz' => '3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd', ] ]; diff --git a/releases/8_1_11.php b/releases/8_1_11.php new file mode 100644 index 000000000..18af88719 --- /dev/null +++ b/releases/8_1_11.php @@ -0,0 +1,16 @@ + +

PHP 8.1.11 Release Announcement

+ +

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

+ +

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

+ +

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

+