From 807423f8e4ded01ba49fac48b621f844f795ed7e Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Fri, 17 Dec 2021 17:47:32 +0100 Subject: [PATCH] Announce 8.1.1 --- ChangeLog-8.php | 21 +++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2021-12-17-1.xml | 21 +++++++++++++++++++ include/releases.inc | 36 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/8_1_1.php | 16 ++++++++++++++ 6 files changed, 100 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2021-12-17-1.xml create mode 100644 releases/8_1_1.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 84871a8cf..b86bd7126 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,27 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.1.1

+ + +
+ + +

Version 8.1.0

diff --git a/archive/archive.xml b/archive/archive.xml index 9c3c6eab2..f0f97dc11 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/2021-12-17-1.xml b/archive/entries/2021-12-17-1.xml new file mode 100644 index 000000000..a7e24a967 --- /dev/null +++ b/archive/entries/2021-12-17-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.1 Released! + https://www.php.net/archive/2021.php#2021-12-17-1 + 2021-12-17T17:31:25+01:00 + 2021-12-17T17:31:25+01:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.1. 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.1 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 af515678e..ac77c9899 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.0' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_0.php', + ), + 'tags' => + array ( + ), + 'date' => '25 Nov 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.0.tar.gz', + 'name' => 'PHP 8.1.0 (tar.gz)', + 'sha256' => '848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125', + 'date' => '25 Nov 2021', + ), + 1 => + array ( + 'filename' => 'php-8.1.0.tar.bz2', + 'name' => 'PHP 8.1.0 (tar.bz2)', + 'sha256' => '0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61', + 'date' => '25 Nov 2021', + ), + 2 => + array ( + 'filename' => 'php-8.1.0.tar.xz', + 'name' => 'PHP 8.1.0 (tar.xz)', + 'sha256' => 'a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc', + 'date' => '25 Nov 2021', + ), + ), + 'museum' => false, + ), '8.0.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b69e49a4b..28b48a7c6 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.0', - 'date' => '25 Nov 2021', + 'version' => '8.1.1', + 'date' => '16 Dec 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125', - 'tar.bz2' => '0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61', - 'tar.xz' => 'a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc', + 'tar.gz' => '4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d', + 'tar.bz2' => '8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e', + 'tar.xz' => '33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856', ] ]; diff --git a/releases/8_1_1.php b/releases/8_1_1.php new file mode 100644 index 000000000..b1a4bc316 --- /dev/null +++ b/releases/8_1_1.php @@ -0,0 +1,16 @@ + +

PHP 8.1.1 Release Announcement

+ +

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

+