diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 56cc60513..5e0f7aacc 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -599,6 +599,111 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.16

+ + +
+ + +

Version 8.4.15

diff --git a/archive/archive.xml b/archive/archive.xml index f13c6bd56..7a8ccfd0e 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-12-18-4.xml b/archive/entries/2025-12-18-4.xml new file mode 100644 index 000000000..e946df771 --- /dev/null +++ b/archive/entries/2025-12-18-4.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.16 Released! + https://www.php.net/archive/2025.php#2025-12-18-4 + 2025-12-18T23:19:06+00:00 + 2025-12-18T23:19:06+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.4.16 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/release-qa.php b/include/release-qa.php index f78106479..11b4c0c9c 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' => 'e6c3a8b14d3b83d1c7870a2785fa52b018a47e99fbca928133fb5db83b45d0f5', - 'sha256_gz' => 'f3c82948de16204e3432a5a26276c67f18b9ee18de3170faebeab6e84e44b33d', - 'sha256_xz' => '5a9e95594132d1950ccfe250b519382b0f9c9fdb1831d3b3caa338d5fa55b10c', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '04 Dec 2025', - 'baseurl' => 'https://downloads.php.net/~saki/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index 225c2bd3c..706db5ebe 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_15.php', + ), + 'tags' => + array ( + 0 => '', + ), + 'date' => '20 Nov 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.15.tar.gz', + 'name' => 'PHP 8.4.15 (tar.gz)', + 'sha256' => '51d23c98073c1e88c98c12b175736a11316cd3d4753f8d060934e53e5a9945c3', + 'date' => '20 Nov 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.15.tar.bz2', + 'name' => 'PHP 8.4.15 (tar.bz2)', + 'sha256' => 'b7155bdd498d60d63e4bc320dc224863976d31b5bd9339699726c961255a3197', + 'date' => '20 Nov 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.15.tar.xz', + 'name' => 'PHP 8.4.15 (tar.xz)', + 'sha256' => 'a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e', + 'date' => '20 Nov 2025', + ), + ), + 'museum' => false, + ), '8.2.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8af309dad..856038964 100644 --- a/include/version.inc +++ b/include/version.inc @@ -34,13 +34,13 @@ $RELEASES = (function () { /* PHP 8.4 Release */ $data['8.4'] = [ - 'version' => '8.4.15', - 'date' => '20 Nov 2025', - 'tags' => [''], // Set to ['security'] for security releases. + 'version' => '8.4.16', + 'date' => '18 Dec 2025', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '51d23c98073c1e88c98c12b175736a11316cd3d4753f8d060934e53e5a9945c3', - 'tar.bz2' => 'b7155bdd498d60d63e4bc320dc224863976d31b5bd9339699726c961255a3197', - 'tar.xz' => 'a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e', + 'tar.gz' => '8e35d24f148ea7c2a93e9b9bcc329e8bf78b5bb922f3723a727c74c19d184e98', + 'tar.bz2' => '6c48c65eba6a2f7a102925d08772239b1f45110aed2187fdd81b933ed439c692', + 'tar.xz' => 'f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30', ] ]; diff --git a/releases/8_4_16.php b/releases/8_4_16.php new file mode 100644 index 000000000..e02dd3590 --- /dev/null +++ b/releases/8_4_16.php @@ -0,0 +1,16 @@ + +

PHP 8.4.16 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 8.4.16 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+