From ef7ea9dd84e65b9f03096cb5b7d253c13a8319c2 Mon Sep 17 00:00:00 2001 From: Saki Takamachi Date: Thu, 13 Mar 2025 23:49:55 +0900 Subject: [PATCH] Announce PHP 8.4.5 --- ChangeLog-8.php | 109 +++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-03-13-3.xml | 21 ++++++ include/releases.inc | 36 ++++++++++ include/version.inc | 12 ++-- releases/8_4_5.php | 16 +++++ 6 files changed, 189 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2025-03-13-3.xml create mode 100644 releases/8_4_5.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index cb5f9e159..d7310180f 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,115 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.5

+ + +
+ + +

Version 8.4.4

diff --git a/archive/archive.xml b/archive/archive.xml index 66ffd31cf..e6a0c9bf2 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-03-13-3.xml b/archive/entries/2025-03-13-3.xml new file mode 100644 index 000000000..7e0345a3d --- /dev/null +++ b/archive/entries/2025-03-13-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.5 Released! + https://www.php.net/archive/2025.php#2025-03-13-3 + 2025-03-13T14:47:07+00:00 + 2025-03-13T14:47:07+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.5. 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.5 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/releases.inc b/include/releases.inc index 6c50018eb..154f7afa6 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.4' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_4.php', + ), + 'tags' => + array ( + ), + 'date' => '13 Feb 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.4.tar.gz', + 'name' => 'PHP 8.4.4 (tar.gz)', + 'sha256' => '719551f50a81961f802aa9102bf4a1a0b5a315074330ab37bc8035a15f4be71b', + 'date' => '13 Feb 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.4.tar.bz2', + 'name' => 'PHP 8.4.4 (tar.bz2)', + 'sha256' => '192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec', + 'date' => '13 Feb 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.4.tar.xz', + 'name' => 'PHP 8.4.4 (tar.xz)', + 'sha256' => '05a6c9a2cc894dd8be719ecab221b311886d5e0c02cb6fac648dd9b3459681ac', + 'date' => '13 Feb 2025', + ), + ), + 'museum' => false, + ), '8.3.17' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a4d03829d..2f5bb2b60 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.4', - 'date' => '13 Feb 2025', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.4.5', + 'date' => '13 Mar 2025', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '719551f50a81961f802aa9102bf4a1a0b5a315074330ab37bc8035a15f4be71b', - 'tar.bz2' => '192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec', - 'tar.xz' => '05a6c9a2cc894dd8be719ecab221b311886d5e0c02cb6fac648dd9b3459681ac', + 'tar.gz' => 'f05530d350f1ffe279e097c2af7a8d78cab046ef99d91f6b3151b06f0ab05d05', + 'tar.bz2' => '9378c78887d0cd7462fc5c17f2de30c852f20f79d28795e2573fe3250d39436e', + 'tar.xz' => '0d3270bbce4d9ec617befce52458b763fd461d475f1fe2ed878bb8573faed327', ] ]; diff --git a/releases/8_4_5.php b/releases/8_4_5.php new file mode 100644 index 000000000..acdc02305 --- /dev/null +++ b/releases/8_4_5.php @@ -0,0 +1,16 @@ + +

PHP 8.4.5 Release Announcement

+ +

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

+