From 9f796a96c65f07e45845ec248933bfb0010b94a9 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 12 May 2022 16:56:58 -0500 Subject: [PATCH] Announce PHP 8.1.6 --- ChangeLog-8.php | 65 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-05-12-2.xml | 21 +++++++++++ include/releases.inc | 36 ++++++++++++++++++ include/version.inc | 10 ++--- releases/8_1_6.php | 16 ++++++++ 6 files changed, 144 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2022-05-12-2.xml create mode 100644 releases/8_1_6.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 5a2a0680c1..11c01ca942 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,71 @@ ?> +
+

Version 8.1.6

+ + +
+ + +

Version 8.1.5

diff --git a/archive/archive.xml b/archive/archive.xml index fd439523d0..495c70e241 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-05-12-2.xml b/archive/entries/2022-05-12-2.xml new file mode 100644 index 0000000000..6bf43c86d4 --- /dev/null +++ b/archive/entries/2022-05-12-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.6 Released! + https://www.php.net/archive/2022.php#2022-05-12-2 + 2022-05-12T21:48:12+00:00 + 2022-05-12T21:48:12+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.6. 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.6 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 f569d9e8f6..6f1542c094 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.5' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_5.php', + ), + 'tags' => + array ( + ), + 'date' => '14 Apr 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.5.tar.gz', + 'name' => 'PHP 8.1.5 (tar.gz)', + 'sha256' => '44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11', + 'date' => '14 Apr 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.5.tar.bz2', + 'name' => 'PHP 8.1.5 (tar.bz2)', + 'sha256' => '827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3', + 'date' => '14 Apr 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.5.tar.xz', + 'name' => 'PHP 8.1.5 (tar.xz)', + 'sha256' => '7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a', + 'date' => '14 Apr 2022', + ), + ), + 'museum' => false, + ), '8.0.18' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 05891effa7..026363c640 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.5', - 'date' => '14 Apr 2022', + 'version' => '8.1.6', + 'date' => '12 May 2022', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11', - 'tar.bz2' => '827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3', - 'tar.xz' => '7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a', + 'tar.gz' => 'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3', + 'tar.bz2' => '7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66', + 'tar.xz' => 'da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c', ] ]; diff --git a/releases/8_1_6.php b/releases/8_1_6.php new file mode 100644 index 0000000000..9ce817d5ce --- /dev/null +++ b/releases/8_1_6.php @@ -0,0 +1,16 @@ + +

PHP 8.1.6 Release Announcement

+ +

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

+