diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 8a5277439..e0234da15 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,47 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.0.9

+ + +
+ + +

Version 8.0.8

diff --git a/archive/archive.xml b/archive/archive.xml index 116934829..36b1d3e7b 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-07-29-1.xml b/archive/entries/2021-07-29-1.xml new file mode 100644 index 000000000..5f4855738 --- /dev/null +++ b/archive/entries/2021-07-29-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.9 Released! + https://www.php.net/archive/2021.php#2021-07-29-1 + 2021-07-29T13:26:00+00:00 + 2021-07-29T13:26:00+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.9. 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.9 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 4968c8521..59ad7b817 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_8.php', + ), + 'tags' => + array ( + ), + 'date' => '01 Jul 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.8.tar.gz', + 'name' => 'PHP 8.0.8 (tar.gz)', + 'sha256' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945', + 'date' => '01 Jul 2021', + ), + 1 => + array ( + 'filename' => 'php-8.0.8.tar.bz2', + 'name' => 'PHP 8.0.8 (tar.bz2)', + 'sha256' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f', + 'date' => '01 Jul 2021', + ), + 2 => + array ( + 'filename' => 'php-8.0.8.tar.xz', + 'name' => 'PHP 8.0.8 (tar.xz)', + 'sha256' => 'dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c', + 'date' => '01 Jul 2021', + ), + ), + 'museum' => false, + ), '8.0.7' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ae0151c67..b776c02c5 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.8', - 'date' => '01 Jul 2021', + 'version' => '8.0.9', + 'date' => '29 Jul 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945', - 'tar.bz2' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f', - 'tar.xz' => 'dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c', + 'tar.gz' => '1f0d72e90ab6ad0ae13329a96b281f71bc592563ce4e3a4c816b8da4b5854fb4', + 'tar.bz2' => '6ac8edebd295ddc43fb010653c43ccf203cd7cdc40981b210ed5275994040806', + 'tar.xz' => '71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010', ] ]; diff --git a/releases/8_0_9.php b/releases/8_0_9.php new file mode 100644 index 000000000..6adbbc7e8 --- /dev/null +++ b/releases/8_0_9.php @@ -0,0 +1,16 @@ + +

PHP 8.0.9 Release Announcement

+ +

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

+