diff --git a/ChangeLog-8.php b/ChangeLog-8.php index a5c4cc7a4a..be801ab9ea 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1228,6 +1228,88 @@ +
+

Version 8.1.25

+ + +
+ + +

Version 8.1.24

diff --git a/archive/archive.xml b/archive/archive.xml index 52c446e85c..85c9b99832 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/2023-10-26-3.xml b/archive/entries/2023-10-26-3.xml new file mode 100644 index 0000000000..5b368ac65e --- /dev/null +++ b/archive/entries/2023-10-26-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.25 Released! + https://www.php.net/archive/2023.php#2023-10-26-3 + 2023-10-26T23:49:55+00:00 + 2023-10-26T23:49:55+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.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 d294391b4c..fd8a076281 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.24' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_24.php', + ), + 'tags' => + array ( + ), + 'date' => '28 Sep 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.24.tar.gz', + 'name' => 'PHP 8.1.24 (tar.gz)', + 'sha256' => 'd6001a5c16765cd1897609fc71ff083e35db9a28c8874a1ff191cdebe80a6460', + 'date' => '28 Sep 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.24.tar.bz2', + 'name' => 'PHP 8.1.24 (tar.bz2)', + 'sha256' => 'b0ae5804a9ad53a7e28d0a32629495f816f935b10830c71f4ec15827185a73c9', + 'date' => '28 Sep 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.24.tar.xz', + 'name' => 'PHP 8.1.24 (tar.xz)', + 'sha256' => 'ee61f6232bb29bd2e785daf325d2177f2272bf80d086c295a724594e710bce3d', + 'date' => '28 Sep 2023', + ), + ), + 'museum' => false, + ), '8.2.11' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b6b0e2d286..5e0f0c4967 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.24', - 'date' => '28 Sep 2023', + 'version' => '8.1.25', + 'date' => '26 Oct 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'd6001a5c16765cd1897609fc71ff083e35db9a28c8874a1ff191cdebe80a6460', - 'tar.bz2' => 'b0ae5804a9ad53a7e28d0a32629495f816f935b10830c71f4ec15827185a73c9', - 'tar.xz' => 'ee61f6232bb29bd2e785daf325d2177f2272bf80d086c295a724594e710bce3d', + 'tar.gz' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab', + 'tar.bz2' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a', + 'tar.xz' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484', ] ]; diff --git a/releases/8_1_25.php b/releases/8_1_25.php new file mode 100644 index 0000000000..ddfc309f64 --- /dev/null +++ b/releases/8_1_25.php @@ -0,0 +1,16 @@ + +

PHP 8.1.25 Release Announcement

+ +

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

+ +

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

+ +

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

+