From cefb40f5dfd3068517ca8a717438d5b636ca70f7 Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Thu, 4 Aug 2022 14:41:09 +0200 Subject: [PATCH] Announce PHP 8.1.9 --- ChangeLog-8.php | 50 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-08-04-3.xml | 21 ++++++++++++++ include/releases.inc | 37 +++++++++++++++++++++++ include/version.inc | 12 ++++---- releases/8_1_9.php | 16 ++++++++++ 6 files changed, 131 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2022-08-04-3.xml create mode 100644 releases/8_1_9.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index f8180b63f..ef47e5359 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,56 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.1.9

+ + +
+ + +

Version 8.1.8

diff --git a/archive/archive.xml b/archive/archive.xml index bb37f6b09..bd8954e0c 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-08-04-3.xml b/archive/entries/2022-08-04-3.xml new file mode 100644 index 000000000..b1c34ea0c --- /dev/null +++ b/archive/entries/2022-08-04-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.9 Released! + https://www.php.net/archive/2022.php#2022-08-04-3 + 2022-08-04T14:33:51+02:00 + 2022-08-04T14:33:51+02:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.9. This is a bug fix release.

+ +

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

+ +

For source downloads of PHP 8.1.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 b3408421f..46c49610d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_8.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '07 Jul 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.8.tar.gz', + 'name' => 'PHP 8.1.8 (tar.gz)', + 'sha256' => '889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d', + 'date' => '07 Jul 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.8.tar.bz2', + 'name' => 'PHP 8.1.8 (tar.bz2)', + 'sha256' => 'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01', + 'date' => '07 Jul 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.8.tar.xz', + 'name' => 'PHP 8.1.8 (tar.xz)', + 'sha256' => '04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c', + 'date' => '07 Jul 2022', + ), + ), + 'museum' => false, + ), '8.0.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 02cb5d731..786852b17 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.8', - 'date' => '07 Jul 2022', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.1.9', + 'date' => '04 Aug 2022', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d', - 'tar.bz2' => 'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01', - 'tar.xz' => '04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c', + 'tar.gz' => '954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76', + 'tar.bz2' => '9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff', + 'tar.xz' => '53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf', ] ]; diff --git a/releases/8_1_9.php b/releases/8_1_9.php new file mode 100644 index 000000000..6db449549 --- /dev/null +++ b/releases/8_1_9.php @@ -0,0 +1,16 @@ + +

PHP 8.1.9 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.1.9. This is a bug fix release.

+ +

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

+ +

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

+