From 4134b6c3ffcbb474f5c7ecfa66b58c7a066a22ae Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 4 Jul 2024 17:46:12 +0300 Subject: [PATCH] Announce PHP 8.2.21 --- ChangeLog-8.php | 86 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-07-04-1.xml | 24 +++++++++ include/releases.inc | 37 ++++++++++++++ include/version.inc | 12 ++--- releases/8_2_21.php | 16 ++++++ 6 files changed, 170 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2024-07-04-1.xml create mode 100644 releases/8_2_21.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 517da9280..aaf1ef641 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -786,6 +786,92 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.21

+ + +
+ + +

Version 8.2.20

diff --git a/archive/archive.xml b/archive/archive.xml index b8fab1eae..281c6789f 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-07-04-1.xml b/archive/entries/2024-07-04-1.xml new file mode 100644 index 000000000..f114f72af --- /dev/null +++ b/archive/entries/2024-07-04-1.xml @@ -0,0 +1,24 @@ + + + PHP 8.2.21 Released! + https://www.php.net/archive/2024.php#2024-07-04-1 + 2024-07-04T14:43:24+00:00 + 2024-07-04T14:43:24+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.21. 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.21 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 5aa848338..17cf3b3ba 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.20' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_20.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '06 Jun 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.20.tar.gz', + 'name' => 'PHP 8.2.20 (tar.gz)', + 'sha256' => '05a4365f7bc6475ac4fef65dde13886913dbc0036e63895d369c1fc6e8206107', + 'date' => '06 Jun 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.20.tar.bz2', + 'name' => 'PHP 8.2.20 (tar.bz2)', + 'sha256' => '5dec6fa61c7b9c47aa1d76666be651f2642ed2bcf6cd8638c57e3571ce2aac61', + 'date' => '06 Jun 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.20.tar.xz', + 'name' => 'PHP 8.2.20 (tar.xz)', + 'sha256' => '4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50', + 'date' => '06 Jun 2024', + ), + ), + 'museum' => false, + ), '8.2.19' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8cf9e4c58..f907258f4 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.20', - 'date' => '06 Jun 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.21', + 'date' => '04 Jul 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '05a4365f7bc6475ac4fef65dde13886913dbc0036e63895d369c1fc6e8206107', - 'tar.bz2' => '5dec6fa61c7b9c47aa1d76666be651f2642ed2bcf6cd8638c57e3571ce2aac61', - 'tar.xz' => '4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50', + 'tar.gz' => '0c6323699309a4d2e71057f01bc071b199f240973c349287b667a3ab36a496c6', + 'tar.bz2' => 'f9876fe7d4d96d41aced199b58a1f7ae7b6655ddc92673135feded7f6939d77f', + 'tar.xz' => '8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707', ] ]; diff --git a/releases/8_2_21.php b/releases/8_2_21.php new file mode 100644 index 000000000..68ede9a86 --- /dev/null +++ b/releases/8_2_21.php @@ -0,0 +1,16 @@ + +

PHP 8.2.21 Release Announcement

+ +

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

+