From f8ccd1ac49f1effb160a98c81d0bbc8dacd3b437 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Thu, 5 Jun 2025 16:15:48 -0300 Subject: [PATCH] Announce PHP 8.4.8 --- ChangeLog-8.php | 68 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-06-05-1.xml | 21 ++++++++++ include/release-qa.php | 10 ++--- include/releases.inc | 36 +++++++++++++++++ include/version.inc | 10 ++--- releases/8_4_8.php | 16 ++++++++ 7 files changed, 152 insertions(+), 10 deletions(-) create mode 100644 archive/entries/2025-06-05-1.xml create mode 100644 releases/8_4_8.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 67c7c8738..0866cfe51 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,74 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.8

+ + +
+ + +

Version 8.4.7

diff --git a/archive/archive.xml b/archive/archive.xml index 3cf78819d..d25f1bf05 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-06-05-1.xml b/archive/entries/2025-06-05-1.xml new file mode 100644 index 000000000..8879433cc --- /dev/null +++ b/archive/entries/2025-06-05-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.8 Released! + https://www.php.net/archive/2025.php#2025-06-05-1 + 2025-06-05T19:12:13+00:00 + 2025-06-05T19:12:13+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.8. 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.8 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 c4f6933e2..d48f99ee0 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' => 'a7cf7b8c119b0c9dbbd047f246cbf91fd0e588c7eb00e320db5aa9c0fde350e5', - 'sha256_gz' => '37597255d048e00632d0d4a53c97157fa1fa25068cad9c57de6e0d0548193bd7', - 'sha256_xz' => 'c8a8b11d8239c6d748197badacb81881973e79401a652756083c18ab04343602', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '22 May 2025', - 'baseurl' => 'https://downloads.php.net/~calvinb/', + 'baseurl' => 'https://downloads.php.net/', ], ], ]; diff --git a/include/releases.inc b/include/releases.inc index 40fc7d3e7..fc5d7d69b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_7.php', + ), + 'tags' => + array ( + ), + 'date' => '8 May 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.7.tar.gz', + 'name' => 'PHP 8.4.7 (tar.gz)', + 'sha256' => 'fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a', + 'date' => '8 May 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.7.tar.bz2', + 'name' => 'PHP 8.4.7 (tar.bz2)', + 'sha256' => '6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988', + 'date' => '8 May 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.7.tar.xz', + 'name' => 'PHP 8.4.7 (tar.xz)', + 'sha256' => 'e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3', + 'date' => '8 May 2025', + ), + ), + 'museum' => false, + ), '8.3.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index e7307ca6d..b71da51be 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.7', - 'date' => '8 May 2025', + 'version' => '8.4.8', + 'date' => '5 Jun 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a', - 'tar.bz2' => '6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988', - 'tar.xz' => 'e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3', + 'tar.gz' => '26d5ae014925b7dee3a61ec02422795f008fbb3a36f9355edaee2d9d78b89b07', + 'tar.bz2' => '36569c64dd1499e570c436603b641eee7cde4af576af786597d0ee711b3a3a8a', + 'tar.xz' => 'aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091', ] ]; diff --git a/releases/8_4_8.php b/releases/8_4_8.php new file mode 100644 index 000000000..63f7c9dbc --- /dev/null +++ b/releases/8_4_8.php @@ -0,0 +1,16 @@ + +

PHP 8.4.8 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.4.8. 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.8 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. +

+