diff --git a/ChangeLog-8.php b/ChangeLog-8.php index caa857439..7573a3a57 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -959,6 +959,87 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.22

+ + +
+ + +

Version 8.2.21

diff --git a/archive/archive.xml b/archive/archive.xml index af4036d67..8f62d93f0 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-08-01-2.xml b/archive/entries/2024-08-01-2.xml new file mode 100644 index 000000000..c2123c998 --- /dev/null +++ b/archive/entries/2024-08-01-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.22 Released! + https://www.php.net/archive/2024.php#2024-08-01-2 + 2024-08-01T16:12:06+00:00 + 2024-08-01T16:12:06+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.2.22. This is a bug fix release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.2.22 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 b07c0c0da..3d92d5ea3 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.21' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_21.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Jul 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.21.tar.gz', + 'name' => 'PHP 8.2.21 (tar.gz)', + 'sha256' => '0c6323699309a4d2e71057f01bc071b199f240973c349287b667a3ab36a496c6', + 'date' => '04 Jul 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.21.tar.bz2', + 'name' => 'PHP 8.2.21 (tar.bz2)', + 'sha256' => 'f9876fe7d4d96d41aced199b58a1f7ae7b6655ddc92673135feded7f6939d77f', + 'date' => '04 Jul 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.21.tar.xz', + 'name' => 'PHP 8.2.21 (tar.xz)', + 'sha256' => '8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707', + 'date' => '04 Jul 2024', + ), + ), + 'museum' => false, + ), '8.3.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 757e187c0..2bdbbb8c4 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.21', - 'date' => '04 Jul 2024', + 'version' => '8.2.22', + 'date' => '01 Aug 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '0c6323699309a4d2e71057f01bc071b199f240973c349287b667a3ab36a496c6', - 'tar.bz2' => 'f9876fe7d4d96d41aced199b58a1f7ae7b6655ddc92673135feded7f6939d77f', - 'tar.xz' => '8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707', + 'tar.gz' => '44197016c9eeed5c50523e20eb44adc4dd9d84ac08bdf9e46077e775d467d7d0', + 'tar.bz2' => '5aae5964c60533185f9be928cf7d79a13393cc5560cedf1f4b977944cc76a585', + 'tar.xz' => '8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df', ] ]; diff --git a/releases/8_2_22.php b/releases/8_2_22.php new file mode 100644 index 000000000..55fe48d17 --- /dev/null +++ b/releases/8_2_22.php @@ -0,0 +1,16 @@ + +

PHP 8.2.22 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.22. This is a bug fix release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

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

+