diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 7f05daa61..c9d614f82 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -762,6 +762,44 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.19

+ + +
+ + +

Version 8.1.18

diff --git a/archive/archive.xml b/archive/archive.xml index de6b07a55..72ea8a2c7 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-05-11-2.xml b/archive/entries/2023-05-11-2.xml new file mode 100644 index 000000000..9d2977111 --- /dev/null +++ b/archive/entries/2023-05-11-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.19 Released! + https://www.php.net/archive/2023.php#2023-05-11-2 + 2023-05-11T23:40:59+00:00 + 2023-05-11T23:40:59+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.19. 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.19 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 7f2155a39..4c037bef3 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.18' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_18.php', + ), + 'tags' => + array ( + ), + 'date' => '13 Apr 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.18.tar.gz', + 'name' => 'PHP 8.1.18 (tar.gz)', + 'sha256' => '8b6b12902e7d6bdf68668acc067b4d75a3c504722f768098c5f80c7d7bfd2563', + 'date' => '13 Apr 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.18.tar.bz2', + 'name' => 'PHP 8.1.18 (tar.bz2)', + 'sha256' => 'd2ac30d6b574fca594fe0cc01c0693e23585b27443e342b0aab07274cde4416e', + 'date' => '13 Apr 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.18.tar.xz', + 'name' => 'PHP 8.1.18 (tar.xz)', + 'sha256' => 'f3553370f8ba42729a9ce75eed17a2111d32433a43b615694f6a571b8bad0e39', + 'date' => '13 Apr 2023', + ), + ), + 'museum' => false, + ), '8.2.5' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index e27d716b0..3d8b84a51 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.18', - 'date' => '13 Apr 2023', + 'version' => '8.1.19', + 'date' => '11 May 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '8b6b12902e7d6bdf68668acc067b4d75a3c504722f768098c5f80c7d7bfd2563', - 'tar.bz2' => 'd2ac30d6b574fca594fe0cc01c0693e23585b27443e342b0aab07274cde4416e', - 'tar.xz' => 'f3553370f8ba42729a9ce75eed17a2111d32433a43b615694f6a571b8bad0e39', + 'tar.gz' => '0ebb6b0ecf5d8e355c2f1362807f9b73c6e803d496c5ad3e4fb00be989988372', + 'tar.bz2' => '64207207fda30be926a2ef1f66ff266bf1fdc7e03339bc99fbba0a1245e4279b', + 'tar.xz' => 'f42f0e93467415b2d30aa5b7ac825f0079a74207e0033010383cdc1e13657379', ] ]; diff --git a/releases/8_1_19.php b/releases/8_1_19.php new file mode 100644 index 000000000..ffc298232 --- /dev/null +++ b/releases/8_1_19.php @@ -0,0 +1,16 @@ + +

PHP 8.1.19 Release Announcement

+ +

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

+