From 1869e90eec81e261eb01301d51ef63e603d33db9 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 11 May 2023 13:13:41 +0300 Subject: [PATCH] Announce PHP 8.2.6 --- ChangeLog-8.php | 55 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-05-11-1.xml | 25 +++++++++++++++ include/releases.inc | 36 +++++++++++++++++++++ include/version.inc | 10 +++--- releases/8_2_6.php | 16 ++++++++++ 6 files changed, 138 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2023-05-11-1.xml create mode 100644 releases/8_2_6.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index e05708a73..7f05daa61 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,61 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.2.6

+ + +
+ + +

Version 8.2.5

diff --git a/archive/archive.xml b/archive/archive.xml index fdd036ad5..de6b07a55 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-05-11-1.xml b/archive/entries/2023-05-11-1.xml new file mode 100644 index 000000000..1ace88e07 --- /dev/null +++ b/archive/entries/2023-05-11-1.xml @@ -0,0 +1,25 @@ + + + PHP 8.2.6 Released! + https://www.php.net/archive/2023.php#2023-05-11-1 + 2023-05-11T10:08:59+00:00 + 2023-05-11T10:08:59+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.6. 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.6 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 22a0712fa..7f2155a39 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.5' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_5.php', + ), + 'tags' => + array ( + ), + 'date' => '13 Apr 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.5.tar.gz', + 'name' => 'PHP 8.2.5 (tar.gz)', + 'sha256' => '8974dea2507155471660b13a0bcbdc165ac778eeb845a7dbd65d5ffb92738c0a', + 'date' => '13 Apr 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.5.tar.bz2', + 'name' => 'PHP 8.2.5 (tar.bz2)', + 'sha256' => 'e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757', + 'date' => '13 Apr 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.5.tar.xz', + 'name' => 'PHP 8.2.5 (tar.xz)', + 'sha256' => '800738c359b7f1e67e40c22713d2d90276bc85ba1c21b43d99edd43c254c5f76', + 'date' => '13 Apr 2023', + ), + ), + 'museum' => false, + ), '8.1.17' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 1cbd86a61..e27d716b0 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.5', - 'date' => '13 Apr 2023', + 'version' => '8.2.6', + 'date' => '11 May 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '8974dea2507155471660b13a0bcbdc165ac778eeb845a7dbd65d5ffb92738c0a', - 'tar.bz2' => 'e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757', - 'tar.xz' => '800738c359b7f1e67e40c22713d2d90276bc85ba1c21b43d99edd43c254c5f76', + 'tar.gz' => '1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8', + 'tar.bz2' => '44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100', + 'tar.xz' => '10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca', ] ]; diff --git a/releases/8_2_6.php b/releases/8_2_6.php new file mode 100644 index 000000000..73d016531 --- /dev/null +++ b/releases/8_2_6.php @@ -0,0 +1,16 @@ + +

PHP 8.2.6 Release Announcement

+ +

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

+