diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 56197e5bf..94411107b 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,123 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.4

+ + +
+ + +

Version 8.4.3

diff --git a/archive/archive.xml b/archive/archive.xml index d82f46237..341ab9f2b 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-02-13-1.xml b/archive/entries/2025-02-13-1.xml new file mode 100644 index 000000000..d32c3dfe1 --- /dev/null +++ b/archive/entries/2025-02-13-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.4 Released! + https://www.php.net/archive/2025.php#2025-02-13-1 + 2025-02-13T17:59:36+00:00 + 2025-02-13T17:59:36+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.4. 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.4 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 04d19c0a9..33b8e78a3 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_3.php', + ), + 'tags' => + array ( + ), + 'date' => '16 Jan 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.3.tar.gz', + 'name' => 'PHP 8.4.3 (tar.gz)', + 'sha256' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb', + 'date' => '16 Jan 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.3.tar.bz2', + 'name' => 'PHP 8.4.3 (tar.bz2)', + 'sha256' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9', + 'date' => '16 Jan 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.3.tar.xz', + 'name' => 'PHP 8.4.3 (tar.xz)', + 'sha256' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b', + 'date' => '16 Jan 2025', + ), + ), + 'museum' => false, + ), '8.4.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9b9c6b9b6..bbeccdc84 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.3', - 'date' => '16 Jan 2025', + 'version' => '8.4.4', + 'date' => '13 Feb 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb', - 'tar.bz2' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9', - 'tar.xz' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b', + 'tar.gz' => '719551f50a81961f802aa9102bf4a1a0b5a315074330ab37bc8035a15f4be71b', + 'tar.bz2' => '192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec', + 'tar.xz' => '05a6c9a2cc894dd8be719ecab221b311886d5e0c02cb6fac648dd9b3459681ac', ] ]; diff --git a/releases/8_4_4.php b/releases/8_4_4.php new file mode 100644 index 000000000..71646fb84 --- /dev/null +++ b/releases/8_4_4.php @@ -0,0 +1,16 @@ + +

PHP 8.4.4 Release Announcement

+ +

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

+