From 7dcfd5282177820474b0509e124ada1944a8c06e Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 17 Dec 2021 15:36:28 +0000 Subject: [PATCH] Announce 8.0.14 --- ChangeLog-8.php | 44 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2021-12-16-2.xml | 21 +++++++++++++++ include/releases.inc | 37 +++++++++++++++++++++++++++ include/version.inc | 12 ++++----- releases/8_0_14.php | 16 ++++++++++++ 6 files changed, 125 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2021-12-16-2.xml create mode 100644 releases/8_0_14.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index fdcf8c22e..84871a8cf 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -300,6 +300,50 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.0.14

+ + +
+ + +

Version 8.0.13

diff --git a/archive/archive.xml b/archive/archive.xml index 50cde344c..9c3c6eab2 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-16-2.xml b/archive/entries/2021-12-16-2.xml new file mode 100644 index 000000000..4dfd6a7e4 --- /dev/null +++ b/archive/entries/2021-12-16-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.14 Released! + https://www.php.net/archive/2021.php#2021-12-17-1 + 2021-12-16T23:33:54+00:00 + 2021-12-16T23:33:54+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.14. This is a bug fix release.

+ +

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

+ +

For source downloads of PHP 8.0.14 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 911801fe6..af515678e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_13.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '18 Nov 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.13.tar.gz', + 'name' => 'PHP 8.0.13 (tar.gz)', + 'sha256' => 'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8', + 'date' => '18 Nov 2021', + ), + 1 => + array ( + 'filename' => 'php-8.0.13.tar.bz2', + 'name' => 'PHP 8.0.13 (tar.bz2)', + 'sha256' => 'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836', + 'date' => '18 Nov 2021', + ), + 2 => + array ( + 'filename' => 'php-8.0.13.tar.xz', + 'name' => 'PHP 8.0.13 (tar.xz)', + 'sha256' => 'cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52', + 'date' => '18 Nov 2021', + ), + ), + 'museum' => false, + ), '8.0.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4c2707b6d..b69e49a4b 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.13', - 'date' => '18 Nov 2021', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.0.14', + 'date' => '16 Dec 2021', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8', - 'tar.bz2' => 'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836', - 'tar.xz' => 'cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52', + 'tar.gz' => 'e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20', + 'tar.bz2' => 'bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b', + 'tar.xz' => 'fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3', ] ]; diff --git a/releases/8_0_14.php b/releases/8_0_14.php new file mode 100644 index 000000000..746631c02 --- /dev/null +++ b/releases/8_0_14.php @@ -0,0 +1,16 @@ + +

PHP 8.0.14 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.0.14. This is a bug fix release.

+ +

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

+ +

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

+