diff --git a/ChangeLog-8.php b/ChangeLog-8.php index a470686c9..5d9b1ef36 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,119 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.4.2

+ + +
+ + +

Version 8.4.1

diff --git a/archive/archive.xml b/archive/archive.xml index 63ab64511..cbbc03274 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/2024-12-19-3.xml b/archive/entries/2024-12-19-3.xml new file mode 100644 index 000000000..fc722e55e --- /dev/null +++ b/archive/entries/2024-12-19-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.4.2 Released! + https://www.php.net/archive/2024.php#2024-12-19-3 + 2024-12-19T16:53:11+00:00 + 2024-12-19T16:53:11+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.4.2. 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.2 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 17a0cef20..8b181b34c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.1' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_1.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '21 Nov 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.1.tar.gz', + 'name' => 'PHP 8.4.1 (tar.gz)', + 'sha256' => 'c3d1ce4157463ea43004289c01172deb54ce9c5894d8722f4e805461bf9feaec', + 'date' => '21 Nov 2024', + ), + 1 => + array ( + 'filename' => 'php-8.4.1.tar.bz2', + 'name' => 'PHP 8.4.1 (tar.bz2)', + 'sha256' => 'ef8a270118ed128b765fc31f198c7f4650c8171411b0f6a3a1a3aba11fcacc23', + 'date' => '21 Nov 2024', + ), + 2 => + array ( + 'filename' => 'php-8.4.1.tar.xz', + 'name' => 'PHP 8.4.1 (tar.xz)', + 'sha256' => '94c8a4fd419d45748951fa6d73bd55f6bdf0adaefb8814880a67baa66027311f', + 'date' => '21 Nov 2024', + ), + ), + 'museum' => false, + ), '8.3.14' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 908e1c6ca..83bae598e 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.1', - 'date' => '21 Nov 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.4.2', + 'date' => '19 Dec 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'c3d1ce4157463ea43004289c01172deb54ce9c5894d8722f4e805461bf9feaec', - 'tar.bz2' => 'ef8a270118ed128b765fc31f198c7f4650c8171411b0f6a3a1a3aba11fcacc23', - 'tar.xz' => '94c8a4fd419d45748951fa6d73bd55f6bdf0adaefb8814880a67baa66027311f', + 'tar.gz' => '5d3cf82a7f4cafdcfc4f3d98f3e3ee81077ae57c709a5613cbff5834d78a7747', + 'tar.bz2' => 'ef4fe9921b885ce3b047792ab60260eaf657e22812be511d19d0e45edf984783', + 'tar.xz' => '92636453210f7f2174d6ee6df17a5811368f556a6c2c2cbcf019321e36456e01', ] ]; diff --git a/releases/8_4_2.php b/releases/8_4_2.php new file mode 100644 index 000000000..35d4a2534 --- /dev/null +++ b/releases/8_4_2.php @@ -0,0 +1,16 @@ + +

PHP 8.4.2 Release Announcement

+ +

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

+