diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 0e038fa5b..97ad01069 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1355,6 +1355,83 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.3.24

+ + +
+ + +

Version 8.3.23

diff --git a/archive/archive.xml b/archive/archive.xml index cd1af99fb..c91cae0b1 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/2025-07-31-1.xml b/archive/entries/2025-07-31-1.xml new file mode 100644 index 000000000..7ed8cd6e3 --- /dev/null +++ b/archive/entries/2025-07-31-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.24 Released! + https://www.php.net/archive/2025.php#2025-07-31-1 + 2025-07-31T19:24:06+00:00 + 2025-07-31T19:24:06+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.3.24 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/release-qa.php b/include/release-qa.php index 45e2ad2ea..95c73f67c 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -75,12 +75,12 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '4b0952b0e6e40aa29bfc166382b963b1d23d5ae7fd9891a8f84bdb6269dd4750', - 'sha256_gz' => '76599db84ad4034f0b318405a59170c61e463eecfdde0aeb9c6fd00a14360d06', - 'sha256_xz' => '58ac41b231d3d0c7e44f2f6826511c3bed0a09490da4708dac80c7cefc020533', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '17 Jul 2025', - 'baseurl' => 'https://downloads.php.net/~jakub/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index 246b21e7a..1441de15b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_23.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '3 Jul 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.23.tar.gz', + 'name' => 'PHP 8.3.23 (tar.gz)', + 'sha256' => 'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7', + 'date' => '3 Jul 2025', + ), + 1 => + array ( + 'filename' => 'php-8.3.23.tar.bz2', + 'name' => 'PHP 8.3.23 (tar.bz2)', + 'sha256' => '05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4', + 'date' => '3 Jul 2025', + ), + 2 => + array ( + 'filename' => 'php-8.3.23.tar.xz', + 'name' => 'PHP 8.3.23 (tar.xz)', + 'sha256' => '08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db', + 'date' => '3 Jul 2025', + ), + ), + 'museum' => false, + ), '8.3.22' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 82a5084dc..9d188a37c 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.23', - 'date' => '3 Jul 2025', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.3.24', + 'date' => '31 Jul 2025', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7', - 'tar.bz2' => '05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4', - 'tar.xz' => '08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db', + 'tar.gz' => 'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82', + 'tar.bz2' => 'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964', + 'tar.xz' => '388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251', ] ];