diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 74dd6fac5..b491040de 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -676,6 +676,62 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.0.21

+ + +
+ + +

Version 8.0.20

diff --git a/archive/archive.xml b/archive/archive.xml index 82fe673aa..c9853dc6b 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-07-07-1.xml b/archive/entries/2022-07-07-1.xml new file mode 100644 index 000000000..3210671b7 --- /dev/null +++ b/archive/entries/2022-07-07-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.21 Released! + https://www.php.net/archive/2022.php#2022-07-07-1 + 2022-07-07T09:31:10+00:00 + 2022-07-07T09:31:10+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.21. 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.21 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 1148c6037..86ee5846c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.20' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_20.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '09 Jun 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.20.tar.gz', + 'name' => 'PHP 8.0.20 (tar.gz)', + 'sha256' => '7e21fd985966264194cde63503b57fd0f0170b32a39bd7af2384c1071b50f164', + 'date' => '09 Jun 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.20.tar.bz2', + 'name' => 'PHP 8.0.20 (tar.bz2)', + 'sha256' => 'cb7666bf67ed9f6c987d4836caf03d4b364537e6a75e56cd5c986760ecc2fdd8', + 'date' => '09 Jun 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.20.tar.xz', + 'name' => 'PHP 8.0.20 (tar.xz)', + 'sha256' => '973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b', + 'date' => '09 Jun 2022', + ), + ), + 'museum' => false, + ), '8.0.19' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 49fb1adbd..35bd1260e 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.20', - 'date' => '09 Jun 2022', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.0.21', + 'date' => '07 Jul 2022', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '7e21fd985966264194cde63503b57fd0f0170b32a39bd7af2384c1071b50f164', - 'tar.bz2' => 'cb7666bf67ed9f6c987d4836caf03d4b364537e6a75e56cd5c986760ecc2fdd8', - 'tar.xz' => '973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b', + 'tar.gz' => '2f51f6e90e2e8efd3a20db08f0dd61d7f8d5a9362f8c7325f1ad28ccea5be0ac', + 'tar.bz2' => '1cb7762d1ffecceaeebafb9f6e24132ca23fb1443cb5630d0fccf53f04cfa126', + 'tar.xz' => 'e87a598f157e0cf0606e64382bb91c8b30c47d4a0fc96b2c17ad547a27869b3b', ] ]; diff --git a/releases/8_0_21.php b/releases/8_0_21.php new file mode 100644 index 000000000..a05a0774f --- /dev/null +++ b/releases/8_0_21.php @@ -0,0 +1,16 @@ + +

PHP 8.0.21 Release Announcement

+ +

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

+