diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 71ee307ed..1c729e21c 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,90 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.7

+ + +
+ + +

Version 8.4.6

diff --git a/archive/archive.xml b/archive/archive.xml index 6e37656f7..b3e44929c 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-05-08-1.xml b/archive/entries/2025-05-08-1.xml new file mode 100644 index 000000000..ee8f158be --- /dev/null +++ b/archive/entries/2025-05-08-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.7 Released! + https://www.php.net/archive/2025.php#2025-05-08-1 + 2025-05-08T14:51:28+00:00 + 2025-05-08T14:51:28+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.4.7 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 004099557..aa45dd77d 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -88,12 +88,12 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => 'acddb1da1b128f984df01347c907a64939f316d7d9bd138b49106f4179b7776f', - 'sha256_gz' => 'b12d97767aeda4624ea1904c1d93303efe4ffe1ba91970a3c5774ad556918e93', - 'sha256_xz' => '6cb37632eb65ee311cb4427ad070b6ab27fdaf13e8f0103701b2b78907326c93', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '24 Apr 2025', - 'baseurl' => 'https://downloads.php.net/~saki/', + 'baseurl' => 'https://downloads.php.net/', ], ], ]; diff --git a/include/releases.inc b/include/releases.inc index 0c7fb85bd..0f82c5983 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_6.php', + ), + 'tags' => + array ( + ), + 'date' => '10 Apr 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.6.tar.gz', + 'name' => 'PHP 8.4.6 (tar.gz)', + 'sha256' => '49be0f2f45c9b07c9b921d023bf28b1fc781700c829869725681300e72e3faa8', + 'date' => '10 Apr 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.6.tar.bz2', + 'name' => 'PHP 8.4.6 (tar.bz2)', + 'sha256' => '9cf2734509b603f6589617ab52a9712a03e0fe059951cddd2d4623df4bf7c6c6', + 'date' => '10 Apr 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.6.tar.xz', + 'name' => 'PHP 8.4.6 (tar.xz)', + 'sha256' => '089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e225631', + 'date' => '10 Apr 2025', + ), + ), + 'museum' => false, + ), '8.4.5' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 778463774..29514be21 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.4 Release */ $data['8.4'] = [ - 'version' => '8.4.6', - 'date' => '10 Apr 2025', + 'version' => '8.4.7', + 'date' => '8 May 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '49be0f2f45c9b07c9b921d023bf28b1fc781700c829869725681300e72e3faa8', - 'tar.bz2' => '9cf2734509b603f6589617ab52a9712a03e0fe059951cddd2d4623df4bf7c6c6', - 'tar.xz' => '089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e225631', + 'tar.gz' => 'fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a', + 'tar.bz2' => '6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988', + 'tar.xz' => 'e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3', ] ]; diff --git a/releases/8_4_7.php b/releases/8_4_7.php new file mode 100644 index 000000000..a2bebfd0a --- /dev/null +++ b/releases/8_4_7.php @@ -0,0 +1,16 @@ + +

PHP 8.4.7 Release Announcement

+ +

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

+ +

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

+ +

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

+