diff --git a/ChangeLog-8.php b/ChangeLog-8.php index e01e71366..517da9280 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -786,6 +786,83 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.20

+ + +
+ + +

Version 8.2.19

diff --git a/archive/archive.xml b/archive/archive.xml index d7dbf9518..cb372231e 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-06-06-3.xml b/archive/entries/2024-06-06-3.xml new file mode 100644 index 000000000..d30bb006d --- /dev/null +++ b/archive/entries/2024-06-06-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.20 Released! + https://www.php.net/archive/2024.php#2024-06-06-3 + 2024-06-06T14:56:47+00:00 + 2024-06-06T14:56:47+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.2.20. This is a security release.

+ +

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

+ +

For source downloads of PHP 8.2.20 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 321ae7d3a..5aa848338 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.19' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_19.php', + ), + 'tags' => + array ( + ), + 'date' => '09 May 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.19.tar.gz', + 'name' => 'PHP 8.2.19 (tar.gz)', + 'sha256' => '8bfdd20662b41a238a5acd84fab3e05c36a685fcb56e6d8ac18eeb87057ab2bc', + 'date' => '09 May 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.19.tar.bz2', + 'name' => 'PHP 8.2.19 (tar.bz2)', + 'sha256' => '3c18f7ce51b7c7b26b797e1f97079d386b30347eb04e817f5e6c8e9b275e2a6a', + 'date' => '09 May 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.19.tar.xz', + 'name' => 'PHP 8.2.19 (tar.xz)', + 'sha256' => 'aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13', + 'date' => '09 May 2024', + ), + ), + 'museum' => false, + ), '8.3.7' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7bdfdcdf7..8cf9e4c58 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.19', - 'date' => '09 May 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.2.20', + 'date' => '06 Jun 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '8bfdd20662b41a238a5acd84fab3e05c36a685fcb56e6d8ac18eeb87057ab2bc', - 'tar.bz2' => '3c18f7ce51b7c7b26b797e1f97079d386b30347eb04e817f5e6c8e9b275e2a6a', - 'tar.xz' => 'aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13', + 'tar.gz' => '05a4365f7bc6475ac4fef65dde13886913dbc0036e63895d369c1fc6e8206107', + 'tar.bz2' => '5dec6fa61c7b9c47aa1d76666be651f2642ed2bcf6cd8638c57e3571ce2aac61', + 'tar.xz' => '4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50', ] ]; diff --git a/releases/8_2_20.php b/releases/8_2_20.php new file mode 100644 index 000000000..64ec632ce --- /dev/null +++ b/releases/8_2_20.php @@ -0,0 +1,16 @@ + +

PHP 8.2.20 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.20. This is a security release.

+ +

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

+ +

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

+