From d8b2e42dfdc4c5389bfe429c342ebbd6c6f10c6c Mon Sep 17 00:00:00 2001 From: Saki Takamachi Date: Fri, 17 Jan 2025 10:22:03 +0900 Subject: [PATCH] Announce PHP 8.4.3 --- ChangeLog-8.php | 130 +++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-01-17-1.xml | 21 +++++ include/releases.inc | 36 +++++++++ include/version.inc | 10 +-- releases/8_4_3.php | 16 ++++ 6 files changed, 209 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2025-01-17-1.xml create mode 100644 releases/8_4_3.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 838addaef..56197e5bf 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,136 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.3

+ + +
+ + +

Version 8.4.2

diff --git a/archive/archive.xml b/archive/archive.xml index 7355ef1ed..2b2bb0a81 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-01-17-1.xml b/archive/entries/2025-01-17-1.xml new file mode 100644 index 000000000..cd30ce511 --- /dev/null +++ b/archive/entries/2025-01-17-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.3 Released! + https://www.php.net/archive/2025.php#2025-01-17-1 + 2025-01-17T01:15:24+00:00 + 2025-01-17T01:15:24+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.3. 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.3 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 5b193f582..04d19c0a9 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.2' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_2.php', + ), + 'tags' => + array ( + ), + 'date' => '19 Dec 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.2.tar.gz', + 'name' => 'PHP 8.4.2 (tar.gz)', + 'sha256' => '5d3cf82a7f4cafdcfc4f3d98f3e3ee81077ae57c709a5613cbff5834d78a7747', + 'date' => '19 Dec 2024', + ), + 1 => + array ( + 'filename' => 'php-8.4.2.tar.bz2', + 'name' => 'PHP 8.4.2 (tar.bz2)', + 'sha256' => 'ef4fe9921b885ce3b047792ab60260eaf657e22812be511d19d0e45edf984783', + 'date' => '19 Dec 2024', + ), + 2 => + array ( + 'filename' => 'php-8.4.2.tar.xz', + 'name' => 'PHP 8.4.2 (tar.xz)', + 'sha256' => '92636453210f7f2174d6ee6df17a5811368f556a6c2c2cbcf019321e36456e01', + 'date' => '19 Dec 2024', + ), + ), + 'museum' => false, + ), '8.3.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 0be865c74..9b9c6b9b6 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.2', - 'date' => '19 Dec 2024', + 'version' => '8.4.3', + 'date' => '16 Jan 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '5d3cf82a7f4cafdcfc4f3d98f3e3ee81077ae57c709a5613cbff5834d78a7747', - 'tar.bz2' => 'ef4fe9921b885ce3b047792ab60260eaf657e22812be511d19d0e45edf984783', - 'tar.xz' => '92636453210f7f2174d6ee6df17a5811368f556a6c2c2cbcf019321e36456e01', + 'tar.gz' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb', + 'tar.bz2' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9', + 'tar.xz' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b', ] ]; diff --git a/releases/8_4_3.php b/releases/8_4_3.php new file mode 100644 index 000000000..e1700cba2 --- /dev/null +++ b/releases/8_4_3.php @@ -0,0 +1,16 @@ + +

PHP 8.4.3 Release Announcement

+ +

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

+