diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 988b815f3..4f288f452 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -3,9 +3,541 @@ $_SERVER['BASE_PAGE'] = 'ChangeLog-8.php'; include_once __DIR__ . '/include/prepend.inc'; include_once __DIR__ . '/include/changelogs.inc'; -$MINOR_VERSIONS = ['8.3', '8.2', '8.1', '8.0']; +$MINOR_VERSIONS = ['8.4', '8.3', '8.2', '8.1', '8.0']; changelog_header(8, $MINOR_VERSIONS); ?> + + + +
+

Version 8.4.1

+ + +
+ + +
diff --git a/archive/archive.xml b/archive/archive.xml index 5f234ff57..7b8e4bcfe 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-11-21-4.xml b/archive/entries/2024-11-21-4.xml new file mode 100644 index 000000000..fbcc172a4 --- /dev/null +++ b/archive/entries/2024-11-21-4.xml @@ -0,0 +1,35 @@ + + + PHP 8.4.1 Released! + https://www.php.net/archive/2024.php#2024-11-21-4 + 2024-11-21T06:55:34+00:00 + 2024-11-21T06:55:34+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.4.1. This release marks the latest minor release of the PHP language.

+

PHP 8.4 comes with numerous improvements and new features such as:

+ +

+ For source downloads of PHP 8.4.1 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. +

+

+ The migration guide is available in the PHP Manual. + Please consult it for the detailed list of new features and backward incompatible changes. +

+

Kudos to all the contributors and supporters!

+
+
+
diff --git a/include/version.inc b/include/version.inc index 167f74701..4190a809b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -18,6 +18,18 @@ $RELEASES = (function () { $data = []; + /* PHP 8.4 Release */ + $data['8.4'] = [ + 'version' => '8.4.1', + 'date' => '21 Nov 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. + 'sha256' => [ + 'tar.gz' => 'c3d1ce4157463ea43004289c01172deb54ce9c5894d8722f4e805461bf9feaec', + 'tar.bz2' => 'ef8a270118ed128b765fc31f198c7f4650c8171411b0f6a3a1a3aba11fcacc23', + 'tar.xz' => '94c8a4fd419d45748951fa6d73bd55f6bdf0adaefb8814880a67baa66027311f', + ] + ]; + /* PHP 8.3 Release */ $data['8.3'] = [ 'version' => '8.3.14', diff --git a/releases/8_4_1.php b/releases/8_4_1.php new file mode 100644 index 000000000..9ee28259e --- /dev/null +++ b/releases/8_4_1.php @@ -0,0 +1,16 @@ + +

PHP 8.4.1 Release Announcement

+ +

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

+