From 70988eaed329a51504320fe0697b0997b29ce653 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 14 Feb 2023 11:53:48 -0600 Subject: [PATCH] Announce PHP 8.1.16 --- ChangeLog-8.php | 17 +++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-02-14-3.xml | 21 +++++++++++++++++++ include/releases.inc | 36 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/8_1_16.php | 16 ++++++++++++++ 6 files changed, 97 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2023-02-14-3.xml create mode 100644 releases/8_1_16.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index f75eccdde..bd7a60a26 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -500,6 +500,23 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.16

+ + +
+ + +

Version 8.1.15

diff --git a/archive/archive.xml b/archive/archive.xml index 9d44b5ea8..da0de1eba 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-02-14-3.xml b/archive/entries/2023-02-14-3.xml new file mode 100644 index 000000000..7764e4ce9 --- /dev/null +++ b/archive/entries/2023-02-14-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.16 Released! + https://www.php.net/archive/2023.php#2023-02-14-3 + 2023-02-14T17:50:17+00:00 + 2023-02-14T17:50:17+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.16. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.

+ +

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

+ +

For source downloads of PHP 8.1.16 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 ae94eabde..9a1cc256e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_15.php', + ), + 'tags' => + array ( + ), + 'date' => '02 Feb 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.15.tar.gz', + 'name' => 'PHP 8.1.15 (tar.gz)', + 'sha256' => '4035236180efac535ff4f22db9ef3195672f31e3e0aa88f89c38ac0715beca3b', + 'date' => '02 Feb 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.15.tar.bz2', + 'name' => 'PHP 8.1.15 (tar.bz2)', + 'sha256' => '18da0a94228f4207f8b9e3e23e881f2b74d0d6caefb908bdb5863d4a01035cc6', + 'date' => '02 Feb 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.15.tar.xz', + 'name' => 'PHP 8.1.15 (tar.xz)', + 'sha256' => 'cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6', + 'date' => '02 Feb 2023', + ), + ), + 'museum' => false, + ), '8.2.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 0d00911f7..8b28eef00 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.15', - 'date' => '02 Feb 2023', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.1.16', + 'date' => '14 Feb 2023', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '4035236180efac535ff4f22db9ef3195672f31e3e0aa88f89c38ac0715beca3b', - 'tar.bz2' => '18da0a94228f4207f8b9e3e23e881f2b74d0d6caefb908bdb5863d4a01035cc6', - 'tar.xz' => 'cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6', + 'tar.gz' => 'cb1f2ef7af37aa9978e7742818d9edbf27b1db009bc3dfefe7dc522cb3d3423d', + 'tar.bz2' => '95f2e4f2502906ac233217844806018e888135f0718649f4a0a67e40e450ffa1', + 'tar.xz' => '7108b7347981ad6e610aaf3b3fb0f6444019ab6f59a872c1b55a29bc753eba93', ] ]; diff --git a/releases/8_1_16.php b/releases/8_1_16.php new file mode 100644 index 000000000..9ab02bb0e --- /dev/null +++ b/releases/8_1_16.php @@ -0,0 +1,16 @@ + +

PHP 8.1.16 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.1.16. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.

+ +

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

+ +

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

+