diff --git a/ChangeLog-8.php b/ChangeLog-8.php index db7ffea8b..e05708a73 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -707,6 +707,86 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.18

+ + +
+ + +

Version 8.1.17

diff --git a/archive/archive.xml b/archive/archive.xml index 95c7650ce..fdd036ad5 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-04-13-2.xml b/archive/entries/2023-04-13-2.xml new file mode 100644 index 000000000..bc58e5314 --- /dev/null +++ b/archive/entries/2023-04-13-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.18 Released! + https://www.php.net/archive/2023.php#2023-04-13-2 + 2023-04-13T23:59:59+00:00 + 2023-04-13T23:59:59+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.18. 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.18 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 e9839c380..22a0712fa 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_17.php', + ), + 'tags' => + array ( + ), + 'date' => '16 Mar 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.17.tar.gz', + 'name' => 'PHP 8.1.17 (tar.gz)', + 'sha256' => 'ef270156291d90a80ce83d68eee812f301cf5e48836a0ff6fd2931913f8e25c5', + 'date' => '16 Mar 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.17.tar.bz2', + 'name' => 'PHP 8.1.17 (tar.bz2)', + 'sha256' => 'f4fb298a0eb091f944ecebac57b76daae768a970c2f51610a5ab24f34d8c0caf', + 'date' => '16 Mar 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.17.tar.xz', + 'name' => 'PHP 8.1.17 (tar.xz)', + 'sha256' => 'b5c48f95b8e1d8624dd05fc2eab7be13277f9a203ccba97bdca5a1a0fb4a1460', + 'date' => '16 Mar 2023', + ), + ), + 'museum' => false, + ), '8.2.4' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 09394a3db..1cbd86a61 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.17', - 'date' => '16 Mar 2023', + 'version' => '8.1.18', + 'date' => '13 Apr 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'ef270156291d90a80ce83d68eee812f301cf5e48836a0ff6fd2931913f8e25c5', - 'tar.bz2' => 'f4fb298a0eb091f944ecebac57b76daae768a970c2f51610a5ab24f34d8c0caf', - 'tar.xz' => 'b5c48f95b8e1d8624dd05fc2eab7be13277f9a203ccba97bdca5a1a0fb4a1460', + 'tar.gz' => '8b6b12902e7d6bdf68668acc067b4d75a3c504722f768098c5f80c7d7bfd2563', + 'tar.bz2' => 'd2ac30d6b574fca594fe0cc01c0693e23585b27443e342b0aab07274cde4416e', + 'tar.xz' => 'f3553370f8ba42729a9ce75eed17a2111d32433a43b615694f6a571b8bad0e39', ] ]; diff --git a/releases/8_1_18.php b/releases/8_1_18.php new file mode 100644 index 000000000..abf412d0f --- /dev/null +++ b/releases/8_1_18.php @@ -0,0 +1,16 @@ + +

PHP 8.1.18 Release Announcement

+ +

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

+