From e4b5593ea3f13fd0711716d3faa3f3e4bb3d7f6f Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Thu, 15 Jan 2026 15:35:40 -0400 Subject: [PATCH] Announce PHP 8.4.17 --- ChangeLog-8.php | 73 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2026-01-15-1.xml | 21 +++++++++ include/release-qa.php | 10 ++--- include/releases.inc | 37 ++++++++++++++++ include/version.inc | 12 +++--- releases/8_4_17.php | 16 +++++++ 7 files changed, 159 insertions(+), 11 deletions(-) create mode 100644 archive/entries/2026-01-15-1.xml create mode 100644 releases/8_4_17.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index e0acbcc20..0ddb66d8c 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -599,6 +599,79 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.17

+ + +
+ + +

Version 8.4.16

diff --git a/archive/archive.xml b/archive/archive.xml index 13ed84a48..b80c8ee48 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/2026-01-15-1.xml b/archive/entries/2026-01-15-1.xml new file mode 100644 index 000000000..ce7e29bac --- /dev/null +++ b/archive/entries/2026-01-15-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.17 Released! + https://www.php.net/archive/2026.php#2026-01-15-1 + 2026-01-15T19:32:42+00:00 + 2026-01-15T19:32:42+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.17. 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.17 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 4d40d01be..8cd6f698e 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' => '02abfe473ff3aa12a06ac6fedfe896cb8c082c108d46e17a1d9174bb139d2d1b', - 'sha256_gz' => 'a3062494dffd9be5be259eb20da6dc248954c5322b681b98b0a5cc93d125808d', - 'sha256_xz' => '0d86b6a92d8af1b25671c3abe558d035f26aefb48218fada3757406e1cbf4dd8', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '01 Jan 2026', - 'baseurl' => 'https://downloads.php.net/~calvinb/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index 19a97edd4..081567a41 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_16.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '18 Dec 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.16.tar.gz', + 'name' => 'PHP 8.4.16 (tar.gz)', + 'sha256' => '8e35d24f148ea7c2a93e9b9bcc329e8bf78b5bb922f3723a727c74c19d184e98', + 'date' => '18 Dec 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.16.tar.bz2', + 'name' => 'PHP 8.4.16 (tar.bz2)', + 'sha256' => '6c48c65eba6a2f7a102925d08772239b1f45110aed2187fdd81b933ed439c692', + 'date' => '18 Dec 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.16.tar.xz', + 'name' => 'PHP 8.4.16 (tar.xz)', + 'sha256' => 'f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30', + 'date' => '18 Dec 2025', + ), + ), + 'museum' => false, + ), '8.1.34' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 924139a12..d238c4260 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.16', - 'date' => '18 Dec 2025', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.4.17', + 'date' => '15 Jan 2026', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '8e35d24f148ea7c2a93e9b9bcc329e8bf78b5bb922f3723a727c74c19d184e98', - 'tar.bz2' => '6c48c65eba6a2f7a102925d08772239b1f45110aed2187fdd81b933ed439c692', - 'tar.xz' => 'f66f8f48db34e9e29f7bfd6901178e9cf4a1b163e6e497716dfcb8f88bcfae30', + 'tar.gz' => 'aa0efeb7b47adff31e10bed1fc4ffcd4c0b5a4d41ab0bacfbb549c584939ee90', + 'tar.bz2' => 'ea67d83d72dd6f3abaaeae7f532f78fd12192861d96aba8e9eca3b2ddade42d2', + 'tar.xz' => '28b234e347286158cae921d61283eb1169d89bc9d2e5f5976567260ff38b0bfa', ] ]; diff --git a/releases/8_4_17.php b/releases/8_4_17.php new file mode 100644 index 000000000..f57189ccc --- /dev/null +++ b/releases/8_4_17.php @@ -0,0 +1,16 @@ + +

PHP 8.4.17 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.4.17. 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.17 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+