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

Version 8.2.25

+ + +
+ + +

Version 8.2.24

diff --git a/archive/archive.xml b/archive/archive.xml index 7a1e22b09..bd7905c1f 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-10-24-2.xml b/archive/entries/2024-10-24-2.xml new file mode 100644 index 000000000..cf97cf1f4 --- /dev/null +++ b/archive/entries/2024-10-24-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.25 Released! + https://www.php.net/archive/2024.php#2024-10-24-2 + 2024-10-24T12:54:49+00:00 + 2024-10-24T12:54:49+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.25. This is a bug fix release.

+

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

+

For source downloads of PHP 8.2.25 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 acb85d675..9ab8da945 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.24' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_24.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '26 Sep 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.24.tar.gz', + 'name' => 'PHP 8.2.24 (tar.gz)', + 'sha256' => '5d26441969279a594e404bb9f2e17b6f74bb10606fe05911e739137673ae6c4c', + 'date' => '26 Sep 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.24.tar.bz2', + 'name' => 'PHP 8.2.24 (tar.bz2)', + 'sha256' => '4cc76ec644eee97d17c92bfe8d0e84714fedf299a538b7dfadc0639dd0dc432f', + 'date' => '26 Sep 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.24.tar.xz', + 'name' => 'PHP 8.2.24 (tar.xz)', + 'sha256' => '80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a', + 'date' => '26 Sep 2024', + ), + ), + 'museum' => false, + ), '8.3.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3c440ff0a..7cf9494d8 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.24', - 'date' => '26 Sep 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.25', + 'date' => '24 Oct 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '5d26441969279a594e404bb9f2e17b6f74bb10606fe05911e739137673ae6c4c', - 'tar.bz2' => '4cc76ec644eee97d17c92bfe8d0e84714fedf299a538b7dfadc0639dd0dc432f', - 'tar.xz' => '80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a', + 'tar.gz' => '7fe7ba6e3e66cd0e61cfa95341e6aefc8790030a7867333f54aef5fb78aad18b', + 'tar.bz2' => '07b41c5e96c60c096510e45f02f818414d11bdd0d5da1b6840ddba2ba7289401', + 'tar.xz' => '330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9', ] ]; diff --git a/releases/8_2_25.php b/releases/8_2_25.php new file mode 100644 index 000000000..e79a6067b --- /dev/null +++ b/releases/8_2_25.php @@ -0,0 +1,16 @@ + +

PHP 8.2.25 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.25. This is a bug fix release.

+ +

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

+ +

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

+