diff --git a/ChangeLog-8.php b/ChangeLog-8.php index f21d8da08..496db8337 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -10,6 +10,104 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 8.0.1

+ + +
+ + +

Version 8.0.0

diff --git a/archive/archive.xml b/archive/archive.xml index 7debe6c04..8e35156ba 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-01-07-3.xml b/archive/entries/2021-01-07-3.xml new file mode 100644 index 000000000..3268fd628 --- /dev/null +++ b/archive/entries/2021-01-07-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.1 Released! + https://www.php.net/archive/2021.php#2021-01-07-3 + 2021-01-07T15:44:37+00:00 + 2021-01-07T15:44:37+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.1. 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.1 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/version.inc b/include/version.inc index 5beefb89a..238c4a92c 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.0', - 'date' => '26 Nov 2020', + 'version' => '8.0.1', + 'date' => '07 Jan 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '3ed7b48d64357d3e8fa9e828dbe7416228f84105b8290c2f9779cd66be31ea71', - 'tar.bz2' => '5e832dc37eabf444410b4ea6fb3d66b72e44e7407a3b49caa5746edcf71b9d09', - 'tar.xz' => 'b5278b3eef584f0c075d15666da4e952fa3859ee509d6b0cc2ed13df13f65ebb', + 'tar.gz' => 'f1fee0429aa2cce6bc5df5d7e65386e266b0aab8a5fad7882d10eb833d2f5376', + 'tar.bz2' => 'c44e76af40d133de64564f9caf5daec52bbe84c1ccb4e4500a62233d614ebdee', + 'tar.xz' => '208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc', ] ]; diff --git a/releases/8_0_1.php b/releases/8_0_1.php new file mode 100644 index 000000000..3d7fc8aca --- /dev/null +++ b/releases/8_0_1.php @@ -0,0 +1,16 @@ + +

PHP 8.0.1 Release Announcement

+ +

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

+