From 165d938b7c1dc270d4e8c94e4200830a65c0cc3e Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Wed, 16 Aug 2023 21:16:51 +0300 Subject: [PATCH] Announce PHP 8.2.9 --- ChangeLog-8.php | 109 +++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-08-16-1.xml | 25 +++++++ include/releases.inc | 36 ++++++++++ include/version.inc | 12 ++-- releases/8_2_9.php | 18 +++++ 6 files changed, 195 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2023-08-16-1.xml create mode 100644 releases/8_2_9.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index cd2055491..f0929092b 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,115 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.2.9

+ + +
+ + +

Version 8.2.8

diff --git a/archive/archive.xml b/archive/archive.xml index 3a89aab1c..dfe15d7c8 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-08-16-1.xml b/archive/entries/2023-08-16-1.xml new file mode 100644 index 000000000..254b3b9f8 --- /dev/null +++ b/archive/entries/2023-08-16-1.xml @@ -0,0 +1,25 @@ + + + PHP 8.2.9 Released! + https://www.php.net/archive/2023.php#2023-08-16-1 + 2023-08-16T18:06:57+00:00 + 2023-08-16T18:06:57+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.9. This is a security release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

Windows source and binaries are not synchronized and do not contain a fix for GH-11854.

+ +

For source downloads of PHP 8.2.9 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 00104640f..56b871e47 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_8.php', + ), + 'tags' => + array ( + ), + 'date' => '06 Jul 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.8.tar.gz', + 'name' => 'PHP 8.2.8 (tar.gz)', + 'sha256' => '6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1', + 'date' => '06 Jul 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.8.tar.bz2', + 'name' => 'PHP 8.2.8 (tar.bz2)', + 'sha256' => '995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517', + 'date' => '06 Jul 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.8.tar.xz', + 'name' => 'PHP 8.2.8 (tar.xz)', + 'sha256' => 'cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801', + 'date' => '06 Jul 2023', + ), + ), + 'museum' => false, + ), '8.0.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index c570cbf15..b8ace15e3 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.8', - 'date' => '06 Jul 2023', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.2.9', + 'date' => '03 Aug 2023', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1', - 'tar.bz2' => '995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517', - 'tar.xz' => 'cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801', + 'tar.gz' => '5fac52041335cacfb5845aeff2303f92403925338a0285f2e160feebcb840f04', + 'tar.bz2' => '48460b994ae7eb5096a310f44d13e865de1771104d4a550d53072be58a6f176c', + 'tar.xz' => '1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765', ] ]; diff --git a/releases/8_2_9.php b/releases/8_2_9.php new file mode 100644 index 000000000..a86172fd6 --- /dev/null +++ b/releases/8_2_9.php @@ -0,0 +1,18 @@ + +

PHP 8.2.9 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.9. This is a security release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

Windows source and binaries are not synchronized and do not contain a fix for GH-11854.

+ +

For source downloads of PHP 8.2.9 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. +

+