diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 5eb58d9d5..8ca884a93 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1217,6 +1217,178 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.26

+ + +
+ + +

Version 8.2.25

diff --git a/archive/archive.xml b/archive/archive.xml index ab200dcce..64f456181 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/2024-11-21-1.xml b/archive/entries/2024-11-21-1.xml new file mode 100644 index 000000000..11ea4fabf --- /dev/null +++ b/archive/entries/2024-11-21-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.26 Released! + https://www.php.net/archive/2024.php#2024-11-21-1 + 2024-11-21T03:50:54+00:00 + 2024-11-21T03:50:54+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.2.26. This is a security release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.2.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. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index 9ab8da945..6fdba0676 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_25.php', + ), + 'tags' => + array ( + ), + 'date' => '24 Oct 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.25.tar.gz', + 'name' => 'PHP 8.2.25 (tar.gz)', + 'sha256' => '7fe7ba6e3e66cd0e61cfa95341e6aefc8790030a7867333f54aef5fb78aad18b', + 'date' => '24 Oct 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.25.tar.bz2', + 'name' => 'PHP 8.2.25 (tar.bz2)', + 'sha256' => '07b41c5e96c60c096510e45f02f818414d11bdd0d5da1b6840ddba2ba7289401', + 'date' => '24 Oct 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.25.tar.xz', + 'name' => 'PHP 8.2.25 (tar.xz)', + 'sha256' => '330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9', + 'date' => '24 Oct 2024', + ), + ), + 'museum' => false, + ), '8.2.24' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7cf9494d8..a35ea647d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.25', - 'date' => '24 Oct 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.2.26', + 'date' => '21 Nov 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '7fe7ba6e3e66cd0e61cfa95341e6aefc8790030a7867333f54aef5fb78aad18b', - 'tar.bz2' => '07b41c5e96c60c096510e45f02f818414d11bdd0d5da1b6840ddba2ba7289401', - 'tar.xz' => '330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9', + 'tar.gz' => '04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb', + 'tar.bz2' => 'be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b', + 'tar.xz' => '54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef', ] ]; diff --git a/releases/8_2_26.php b/releases/8_2_26.php new file mode 100644 index 000000000..8bd2c45fa --- /dev/null +++ b/releases/8_2_26.php @@ -0,0 +1,16 @@ + +

PHP 8.2.26 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.26. This is a security release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.2.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. +

+