diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 2f7005f03..997a575b7 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -10,6 +10,65 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 8.0.3

+ + +
+ + +

Version 8.0.2

diff --git a/archive/archive.xml b/archive/archive.xml index 9da9cb3b5..6511f752a 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-03-04-2.xml b/archive/entries/2021-03-04-2.xml new file mode 100644 index 000000000..581c83b73 --- /dev/null +++ b/archive/entries/2021-03-04-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.3 Released! + https://www.php.net/archive/2021.php#2021-03-04-2 + 2021-03-04T19:12:13+00:00 + 2021-03-04T19:12:13+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.3. 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.3 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 6f0787f73..9b28ceb1c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.2' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_2.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Feb 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.2.tar.gz', + 'name' => 'PHP 8.0.2 (tar.gz)', + 'sha256' => 'cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da', + 'date' => '04 Feb 2021', + ), + 1 => + array ( + 'filename' => 'php-8.0.2.tar.bz2', + 'name' => 'PHP 8.0.2 (tar.bz2)', + 'sha256' => '000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6', + 'date' => '04 Feb 2021', + ), + 2 => + array ( + 'filename' => 'php-8.0.2.tar.xz', + 'name' => 'PHP 8.0.2 (tar.xz)', + 'sha256' => '84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc', + 'date' => '04 Feb 2021', + ), + ), + 'museum' => false, + ), '8.0.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 426282930..1a570e725 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.2', - 'date' => '04 Feb 2021', + 'version' => '8.0.3', + 'date' => '04 Mar 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da', - 'tar.bz2' => '000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6', - 'tar.xz' => '84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc', + 'tar.gz' => 'e7ecfee901e0843377b64b2d8124132eae75bdb71a2675ba7c5c038d6592383d', + 'tar.bz2' => '95f8621d9e34f822d2583564c358598dff7346241f839bfa319bbf65bf2eb012', + 'tar.xz' => 'c9816aa9745a9695672951eaff3a35ca5eddcb9cacf87a4f04b9fb1169010251', ] ]; diff --git a/releases/8_0_3.php b/releases/8_0_3.php new file mode 100644 index 000000000..24bdf54ad --- /dev/null +++ b/releases/8_0_3.php @@ -0,0 +1,16 @@ + +

PHP 8.0.3 Release Announcement

+ +

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

+