From d101a0437e60b1d7dceeb95af9062f77e162aa6b Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 17 Feb 2022 23:16:20 +0000 Subject: [PATCH] Announce 8.0.16 --- ChangeLog-8.php | 42 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-02-17-2.xml | 21 ++++++++++++++++ include/releases.inc | 36 +++++++++++++++++++++++++++ include/version.inc | 14 +++++------ releases/8_0_16.php | 16 ++++++++++++ 6 files changed, 123 insertions(+), 7 deletions(-) create mode 100644 archive/entries/2022-02-17-2.xml create mode 100644 releases/8_0_16.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 041ac6f28..3153f5789 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -398,6 +398,48 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.0.16

+ + +
+ + +

Version 8.0.15

diff --git a/archive/archive.xml b/archive/archive.xml index 70587d9d4..f17357da9 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-02-17-2.xml b/archive/entries/2022-02-17-2.xml new file mode 100644 index 000000000..4076ee7a6 --- /dev/null +++ b/archive/entries/2022-02-17-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.16 Released! + https://www.php.net/archive/2022.php#2022-02-17-2 + 2022-02-17T23:14:20+00:00 + 2022-02-17T23:14:20+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.0.16 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 12740ff5c..5f264b781 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_15.php', + ), + 'tags' => + array ( + ), + 'date' => '20 Jan 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.15.tar.gz', + 'name' => 'PHP 8.0.15 (tar.gz)', + 'sha256' => '47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370', + 'date' => '20 Jan 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.15.tar.bz2', + 'name' => 'PHP 8.0.15 (tar.bz2)', + 'sha256' => '881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc', + 'date' => '20 Jan 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.15.tar.xz', + 'name' => 'PHP 8.0.15 (tar.xz)', + 'sha256' => '5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2', + 'date' => '20 Jan 2022', + ), + ), + 'museum' => false, + ), '8.1.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index efed8867b..597a4b3ce 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 8.0 Release */ $data['8.0'] = [ - 'version' => '8.0.15', - 'date' => '20 Jan 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.0.16', + 'date' => '17 Feb 2022', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370', - 'tar.bz2' => '881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc', - 'tar.xz' => '5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2', + 'tar.gz' => 'ce0ea32ff9c5af18cfb70197b40caf55824400dc8d5b4258a783ec9168baa5b1', + 'tar.bz2' => 'f49f8181ee29463a0d23a0c65969e92d58fee8ac564df917cff58e48d65e1849', + 'tar.xz' => 'f27a2f25259e8c51e42dfd74e24a546ee521438ad7d9f6c6e794aa91f38bab0a', ] ]; @@ -46,7 +46,7 @@ $RELEASES = (function() { $data['7.4'] = [ 'version' => '7.4.28', 'date' => '17 Feb 2022', - 'tags' => [], // Set to ['security'] for security releases + 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ 'tar.gz' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', 'tar.bz2' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', diff --git a/releases/8_0_16.php b/releases/8_0_16.php new file mode 100644 index 000000000..7aa6047e4 --- /dev/null +++ b/releases/8_0_16.php @@ -0,0 +1,16 @@ + +

PHP 8.0.16 Release Announcement

+ +

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

+ +

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

+ +

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

+