diff --git a/ChangeLog-8.php b/ChangeLog-8.php index afae45b87..e837854cf 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -989,6 +989,45 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.0.26

+ + +
+ + +

Version 8.0.25

diff --git a/archive/archive.xml b/archive/archive.xml index 8de572e33..7e31459f7 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-11-26-1.xml b/archive/entries/2022-11-26-1.xml new file mode 100644 index 000000000..90fa362df --- /dev/null +++ b/archive/entries/2022-11-26-1.xml @@ -0,0 +1,27 @@ + + + PHP 8.0.26 Released! + https://www.php.net/archive/2022.php#2022-11-26-1 + 2022-11-26T17:48:14+00:00 + 2022-11-26T17:48:14+00:00 + + + + + +

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

+ +

Please note, this is the last bug-fix release for the 8.0.x series. +Security fix support will continue until 26 Nov 2023. +For more information, please check our +Supported Versions page.

+
+
+
diff --git a/include/releases.inc b/include/releases.inc index 628ced195..3e544a693 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_25.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '27 Oct 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.25.tar.gz', + 'name' => 'PHP 8.0.25 (tar.gz)', + 'sha256' => '349a2b5a01bfccbc9af8afdf183e57bed3349706a084f3c4694aa4c7ff7cb2e9', + 'date' => '27 Oct 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.25.tar.bz2', + 'name' => 'PHP 8.0.25 (tar.bz2)', + 'sha256' => '09d716bceb5b3db76d9023b10c1681ebbe040e51f4c18dfd35f9ff8b73bbcf8c', + 'date' => '27 Oct 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.25.tar.xz', + 'name' => 'PHP 8.0.25 (tar.xz)', + 'sha256' => 'a291b71d0498707fc5514eb5b9513e88f0f1d4890bcdefd67282ded8a2bfb941', + 'date' => '27 Oct 2022', + ), + ), + 'museum' => false, + ), '8.1.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 806f53b74..bc36a95cd 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.25', - 'date' => '27 Oct 2022', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.0.26', + 'date' => '24 Nov 2022', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '349a2b5a01bfccbc9af8afdf183e57bed3349706a084f3c4694aa4c7ff7cb2e9', - 'tar.bz2' => '09d716bceb5b3db76d9023b10c1681ebbe040e51f4c18dfd35f9ff8b73bbcf8c', - 'tar.xz' => 'a291b71d0498707fc5514eb5b9513e88f0f1d4890bcdefd67282ded8a2bfb941', + 'tar.gz' => '3c83a7355a640b2ba436b8202e8597df8f9daadee1ec9241729ece8e578d21cd', + 'tar.bz2' => '6df87af96f275a75889ece6e3fe4a13abd93a767a9992863bdc0e90f1e887ee7', + 'tar.xz' => '0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3', ] ]; diff --git a/releases/8_0_26.php b/releases/8_0_26.php new file mode 100644 index 000000000..afde40c40 --- /dev/null +++ b/releases/8_0_26.php @@ -0,0 +1,21 @@ + +

PHP 8.0.26 Release Announcement

+ +

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

+ +

Please note, this is the last bug-fix release for the 8.0.x series. +Security fix support will continue until 26 Nov 2023. +For more information, please check our +Supported Versions page.

+