From 8a55b910ccc355c17df668f6aad26c2b42142e87 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 14 Mar 2024 18:23:21 +0300 Subject: [PATCH] Announce PHP 8.2.17 --- ChangeLog-8.php | 44 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-03-14-1.xml | 22 ++++++++++++++++ include/releases.inc | 36 ++++++++++++++++++++++++++ include/version.inc | 10 ++++---- releases/8_2_17.php | 16 ++++++++++++ 6 files changed, 124 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2024-03-14-1.xml create mode 100644 releases/8_2_17.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 8b349b0f6c..d8abf99fed 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -508,6 +508,50 @@ +
+

Version 8.2.17

+ + +
+ + +

Version 8.2.16

diff --git a/archive/archive.xml b/archive/archive.xml index 1d48b31984..75ef00050d 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/2024-03-14-1.xml b/archive/entries/2024-03-14-1.xml new file mode 100644 index 0000000000..187acd4135 --- /dev/null +++ b/archive/entries/2024-03-14-1.xml @@ -0,0 +1,22 @@ + + + PHP 8.2.17 Released! + https://www.php.net/archive/2024.php#2024-03-14-1 + 2024-03-14T15:21:29+00:00 + 2024-03-14T15:21:29+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.17. 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.17 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 3980daf64b..5260266fec 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_16.php', + ), + 'tags' => + array ( + ), + 'date' => '15 Feb 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.16.tar.gz', + 'name' => 'PHP 8.2.16 (tar.gz)', + 'sha256' => '62a92ef7c2c6f44b12e459d8f3d649aa8ebac5e05845f7479fe55a7580cd2dd0', + 'date' => '15 Feb 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.16.tar.bz2', + 'name' => 'PHP 8.2.16 (tar.bz2)', + 'sha256' => '2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71', + 'date' => '15 Feb 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.16.tar.xz', + 'name' => 'PHP 8.2.16 (tar.xz)', + 'sha256' => '28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593', + 'date' => '15 Feb 2024', + ), + ), + 'museum' => false, + ), '8.2.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index aefe3a8045..a4d90c1556 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.16', - 'date' => '15 Feb 2024', + 'version' => '8.2.17', + 'date' => '14 Mar 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '62a92ef7c2c6f44b12e459d8f3d649aa8ebac5e05845f7479fe55a7580cd2dd0', - 'tar.bz2' => '2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71', - 'tar.xz' => '28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593', + 'tar.gz' => '1d8ab98e1c09518c672c5afcbef0e61f9003173c7638fc686461ae670d12742e', + 'tar.bz2' => '191316c203267d96160b47d22f955d4dc11793de8a5f327e0c2a76275a6894ea', + 'tar.xz' => '1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35', ] ]; diff --git a/releases/8_2_17.php b/releases/8_2_17.php new file mode 100644 index 0000000000..9e0d21f10f --- /dev/null +++ b/releases/8_2_17.php @@ -0,0 +1,16 @@ + +

PHP 8.2.17 Release Announcement

+ +

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

+