diff --git a/ChangeLog-8.php b/ChangeLog-8.php index bd7a60a26..b526ebd6a 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -500,6 +500,112 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.17

+ + +
+ + +

Version 8.1.16

diff --git a/archive/archive.xml b/archive/archive.xml index e0649bd5b..d00d3ee48 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-03-16-1.xml b/archive/entries/2023-03-16-1.xml new file mode 100644 index 000000000..8400fe938 --- /dev/null +++ b/archive/entries/2023-03-16-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.17 Released! + https://www.php.net/archive/2023.php#2023-03-16-1 + 2023-03-16T12:01:57+00:00 + 2023-03-16T12:01:57+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.17. 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.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 1b0a522c8..298d4680a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_16.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '14 Feb 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.16.tar.gz', + 'name' => 'PHP 8.1.16 (tar.gz)', + 'sha256' => 'a929fb9ed3bc364a5dea4f64954e8aaaa3408b87df04d7c6f743a190f5594e84', + 'date' => '14 Feb 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.16.tar.bz2', + 'name' => 'PHP 8.1.16 (tar.bz2)', + 'sha256' => 'cd9f0ea14d82d9455587a49a0b6c802a7b8d8ff79703f9f48b17db010fb633ce', + 'date' => '14 Feb 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.16.tar.xz', + 'name' => 'PHP 8.1.16 (tar.xz)', + 'sha256' => 'd61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258', + 'date' => '14 Feb 2023', + ), + ), + 'museum' => false, + ), '8.1.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6e569225c..c69ab2948 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.16', - 'date' => '14 Feb 2023', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.1.17', + 'date' => '16 Mar 2023', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'a929fb9ed3bc364a5dea4f64954e8aaaa3408b87df04d7c6f743a190f5594e84', - 'tar.bz2' => 'cd9f0ea14d82d9455587a49a0b6c802a7b8d8ff79703f9f48b17db010fb633ce', - 'tar.xz' => 'd61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258', + 'tar.gz' => 'ef270156291d90a80ce83d68eee812f301cf5e48836a0ff6fd2931913f8e25c5', + 'tar.bz2' => 'f4fb298a0eb091f944ecebac57b76daae768a970c2f51610a5ab24f34d8c0caf', + 'tar.xz' => 'b5c48f95b8e1d8624dd05fc2eab7be13277f9a203ccba97bdca5a1a0fb4a1460', ] ]; diff --git a/releases/8_1_17.php b/releases/8_1_17.php new file mode 100644 index 000000000..4d733f3e4 --- /dev/null +++ b/releases/8_1_17.php @@ -0,0 +1,16 @@ + +

PHP 8.1.17 Release Announcement

+ +

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

+