From ce2653877caa1057cb67508fbd19764db3b7064b Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 3 Jun 2021 22:06:54 +0000 Subject: [PATCH] Announce 8.0.7 --- ChangeLog-8.php | 69 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2021-06-03-2.xml | 21 ++++++++++ include/releases.inc | 36 +++++++++++++++++ include/version.inc | 10 ++--- releases/8_0_7.php | 16 ++++++++ 6 files changed, 148 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2021-06-03-2.xml create mode 100644 releases/8_0_7.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index f8eb41185..fe401a42f 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -10,6 +10,75 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 8.0.7

+ + +
+ + +

Version 8.0.6

diff --git a/archive/archive.xml b/archive/archive.xml index b26a5cac5..29456fdac 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-06-03-2.xml b/archive/entries/2021-06-03-2.xml new file mode 100644 index 000000000..8a7b565cf --- /dev/null +++ b/archive/entries/2021-06-03-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.7 Released! + https://www.php.net/archive/2021.php#2021-06-03-2 + 2021-06-03T22:08:39+00:00 + 2021-06-03T22:08:39+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.7. 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.7 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 a1f5d18a7..1f9ed551d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_6.php', + ), + 'tags' => + array ( + ), + 'date' => '06 May 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.6.tar.gz', + 'name' => 'PHP 8.0.6 (tar.gz)', + 'sha256' => '51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100', + 'date' => '06 May 2021', + ), + 1 => + array ( + 'filename' => 'php-8.0.6.tar.bz2', + 'name' => 'PHP 8.0.6 (tar.bz2)', + 'sha256' => '26a8a9dad66012039deb0bcf151c6e22ab1e4b6a91508383ff705da41289526e', + 'date' => '06 May 2021', + ), + 2 => + array ( + 'filename' => 'php-8.0.6.tar.xz', + 'name' => 'PHP 8.0.6 (tar.xz)', + 'sha256' => 'e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20', + 'date' => '06 May 2021', + ), + ), + 'museum' => false, + ), '8.0.5' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4bd54f0c0..b58a442d4 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function() { /* PHP 8.0 Release */ $data['8.0'] = [ - 'version' => '8.0.6', - 'date' => '06 May 2021', + 'version' => '8.0.7', + 'date' => '03 Jun 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100', - 'tar.bz2' => '26a8a9dad66012039deb0bcf151c6e22ab1e4b6a91508383ff705da41289526e', - 'tar.xz' => 'e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20', + 'tar.gz' => '1e7462455bec8062ef3fc7c74f1f496417cb80aa374ce11edb35015de248c3c1', + 'tar.bz2' => '72b2f2c96f35748b1d6e8a71af4ead439b17129aefe611eb0baf1bd313635f79', + 'tar.xz' => 'd5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654', ] ]; diff --git a/releases/8_0_7.php b/releases/8_0_7.php new file mode 100644 index 000000000..5a80f55bf --- /dev/null +++ b/releases/8_0_7.php @@ -0,0 +1,16 @@ + +

PHP 8.0.7 Release Announcement

+ +

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

+