diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 2406588e9..52f7f6cc6 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -548,6 +548,57 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.0.18

+ + +
+ + +

Version 8.0.17

diff --git a/archive/archive.xml b/archive/archive.xml index 7d7b7bad6..70078f87b 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-04-15-1.xml b/archive/entries/2022-04-15-1.xml new file mode 100644 index 000000000..108b42659 --- /dev/null +++ b/archive/entries/2022-04-15-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.18 Released! + https://www.php.net/archive/2022.php#2022-04-15-1 + 2022-04-15T01:50:44+00:00 + 2022-04-15T01:50:44+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.18. 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.18 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 8e7f0fa85..693235fc9 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_17.php', + ), + 'tags' => + array ( + ), + 'date' => '17 Mar 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.17.tar.gz', + 'name' => 'PHP 8.0.17 (tar.gz)', + 'sha256' => 'bdbd792901c156c4d1710c9d266732d3c17f6ff63850d6660b9d8d3411188424', + 'date' => '17 Mar 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.17.tar.bz2', + 'name' => 'PHP 8.0.17 (tar.bz2)', + 'sha256' => '52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f', + 'date' => '17 Mar 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.17.tar.xz', + 'name' => 'PHP 8.0.17 (tar.xz)', + 'sha256' => '4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5', + 'date' => '17 Mar 2022', + ), + ), + 'museum' => false, + ), '8.1.4' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8f6f8c5f2..a67971e62 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.17', - 'date' => '17 Mar 2022', + 'version' => '8.0.18', + 'date' => '14 Apr 2022', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'bdbd792901c156c4d1710c9d266732d3c17f6ff63850d6660b9d8d3411188424', - 'tar.bz2' => '52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f', - 'tar.xz' => '4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5', + 'tar.gz' => 'cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a', + 'tar.bz2' => '826ee34881a1c349678d4f7cc55ff9141fa1411344e4bb8f95d0f9223bceb55a', + 'tar.xz' => 'db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7', ] ]; diff --git a/releases/8_0_18.php b/releases/8_0_18.php new file mode 100644 index 000000000..c7ef94398 --- /dev/null +++ b/releases/8_0_18.php @@ -0,0 +1,16 @@ + +

PHP 8.0.18 Release Announcement

+ +

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

+