diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 822e36046..25b750bfc 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,74 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.2.2

+ + +
+ + +

Version 8.2.1

diff --git a/archive/archive.xml b/archive/archive.xml index a097d7726..8f2c89e04 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/2023-02-02-1.xml b/archive/entries/2023-02-02-1.xml new file mode 100644 index 000000000..29062653d --- /dev/null +++ b/archive/entries/2023-02-02-1.xml @@ -0,0 +1,23 @@ + + + PHP 8.2.2 Released! + https://www.php.net/archive/2023.php#2023-02-02-1 + 2023-02-02T14:48:02+00:00 + 2023-02-02T14:48:02+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.2. 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.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 e86c7ed55..7232fa8db 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.1' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_1.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '05 Jan 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.1.tar.gz', + 'name' => 'PHP 8.2.1 (tar.gz)', + 'sha256' => '6d7b1b8feb14fd1c65a2bc9d0f72c75589a61a946566cf9c3bf9536a5530b635', + 'date' => '05 Jan 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.1.tar.bz2', + 'name' => 'PHP 8.2.1 (tar.bz2)', + 'sha256' => '75d6f8f365993ec0d1d9c6281d4557e6feec5a26194a468b8b01459d177efb29', + 'date' => '05 Jan 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.1.tar.xz', + 'name' => 'PHP 8.2.1 (tar.xz)', + 'sha256' => '650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af', + 'date' => '05 Jan 2023', + ), + ), + 'museum' => false, + ), '8.0.26' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7ca5a3514..7f986d88f 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.1', - 'date' => '05 Jan 2023', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.2', + 'date' => '02 Feb 2023', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '6d7b1b8feb14fd1c65a2bc9d0f72c75589a61a946566cf9c3bf9536a5530b635', - 'tar.bz2' => '75d6f8f365993ec0d1d9c6281d4557e6feec5a26194a468b8b01459d177efb29', - 'tar.xz' => '650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af', + 'tar.gz' => 'd82dda50356cebf6b6e14dbb576b14bc8b85f0f4476a787f0f50611f11eb37d2', + 'tar.bz2' => 'f5223a5274eda8b40c19e47de0de4678c65d64401ccf710e2464962eb8136804', + 'tar.xz' => 'bdc4aa38e652bac86039601840bae01c0c3653972eaa6f9f93d5f71953a7ee33', ] ]; diff --git a/releases/8_2_2.php b/releases/8_2_2.php new file mode 100644 index 000000000..0f488813d --- /dev/null +++ b/releases/8_2_2.php @@ -0,0 +1,16 @@ + +

PHP 8.2.2 Release Announcement

+ +

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

+