From c966868202caafa880213055f4e3e97c0483119b Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 8 Dec 2022 14:39:23 +0300 Subject: [PATCH] Announce PHP 8.2.0 --- ChangeLog-8.php | 83 +++++++++++++++++++++++++++++++- archive/archive.xml | 1 + archive/entries/2022-12-08-1.xml | 36 ++++++++++++++ include/version.inc | 12 +++++ releases/8_2_0.php | 35 ++++++++++++++ 5 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 archive/entries/2022-12-08-1.xml create mode 100644 releases/8_2_0.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index e837854cf..849d21e55 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -3,9 +3,90 @@ $_SERVER['BASE_PAGE'] = 'ChangeLog-8.php'; include_once __DIR__ . '/include/prepend.inc'; include_once __DIR__ . '/include/changelogs.inc'; -$MINOR_VERSIONS = ['8.1', '8.0']; +$MINOR_VERSIONS = ['8.2', '8.1', '8.0']; changelog_header(8, $MINOR_VERSIONS); ?> + + +
+

Version 8.2.0

+ + +
+ + +
diff --git a/archive/archive.xml b/archive/archive.xml index dd19241e8..292d10a0a 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/2022-12-08-1.xml b/archive/entries/2022-12-08-1.xml new file mode 100644 index 000000000..85754e0dd --- /dev/null +++ b/archive/entries/2022-12-08-1.xml @@ -0,0 +1,36 @@ + + + PHP 8.2.0 Released! + https://www.php.net/archive/2022.php#2022-12-08-1 + 2022-12-08T06:26:27+00:00 + 2022-12-08T06:26:27+00:00 + + + + + +
+

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

+

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

+ +

+ For source downloads of PHP 8.2.0 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 bc36a95cd..a1b3e7dbb 100644 --- a/include/version.inc +++ b/include/version.inc @@ -18,6 +18,18 @@ $RELEASES = (function () { $data = []; + /* PHP 8.2 Release */ + $data['8.2'] = [ + 'version' => '8.2.0', + 'date' => '08 Dec 2021', + 'tags' => [], // Set to ['security'] for security releases. + 'sha256' => [ + 'tar.gz' => '435c4c2439db648cdf34236f7cd459f93f943fb788b66723a033610d4a059fc6', + 'tar.bz2' => '1bf4fca663f93d9e0b4909bd6eae0583a1ce383e7f05df126f28f272fa1fd51a', + 'tar.xz' => '6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943', + ] + ]; + /* PHP 8.1 Release */ $data['8.1'] = [ 'version' => '8.1.13', diff --git a/releases/8_2_0.php b/releases/8_2_0.php new file mode 100644 index 000000000..3464cebeb --- /dev/null +++ b/releases/8_2_0.php @@ -0,0 +1,35 @@ + +

PHP 8.2.0 Release Announcement

+ +

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

+ +

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

+ + + +

+ For source downloads of PHP 8.2.0 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!

+ +