From 79f9ec1c7c9195fa387ee010f71afa9b50c9de9c Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 6 Jul 2023 12:49:30 +0300 Subject: [PATCH] Announce PHP 8.2.8 --- ChangeLog-8.php | 77 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-07-06-2.xml | 23 ++++++++++ include/releases.inc | 37 +++++++++++++++ include/version.inc | 12 ++--- releases/8_2_8.php | 16 +++++++ 6 files changed, 160 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2023-07-06-2.xml create mode 100644 releases/8_2_8.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b3401c397..ddfec73f0 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,83 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.2.8

+ + +
+ + +

Version 8.2.7

diff --git a/archive/archive.xml b/archive/archive.xml index fd81c54aa..1ab9107af 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-07-06-2.xml b/archive/entries/2023-07-06-2.xml new file mode 100644 index 000000000..2277f478c --- /dev/null +++ b/archive/entries/2023-07-06-2.xml @@ -0,0 +1,23 @@ + + + PHP 8.2.8 Released! + https://www.php.net/archive/2023.php#2023-07-06-2 + 2023-07-06T09:47:01+00:00 + 2023-07-06T09:47:01+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.8. 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.8 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 7e116a534..43c475669 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_7.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '08 Jun 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.7.tar.gz', + 'name' => 'PHP 8.2.7 (tar.gz)', + 'sha256' => '7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4', + 'date' => '08 Jun 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.7.tar.bz2', + 'name' => 'PHP 8.2.7 (tar.bz2)', + 'sha256' => '5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f', + 'date' => '08 Jun 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.7.tar.xz', + 'name' => 'PHP 8.2.7 (tar.xz)', + 'sha256' => '4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0', + 'date' => '08 Jun 2023', + ), + ), + 'museum' => false, + ), '8.1.19' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 2a8de3701..f3ecadc79 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.7', - 'date' => '08 Jun 2023', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.8', + 'date' => '06 Jul 2023', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4', - 'tar.bz2' => '5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f', - 'tar.xz' => '4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0', + 'tar.gz' => '6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1', + 'tar.bz2' => '995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517', + 'tar.xz' => 'cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801', ] ]; diff --git a/releases/8_2_8.php b/releases/8_2_8.php new file mode 100644 index 000000000..e69e8608a --- /dev/null +++ b/releases/8_2_8.php @@ -0,0 +1,16 @@ + +

PHP 8.2.8 Release Announcement

+ +

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

+