diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b4c8a1dd9..408606033 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -340,6 +340,72 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.14

+ + +
+ + +

Version 8.1.13

diff --git a/archive/archive.xml b/archive/archive.xml index 521688153..35555c7e4 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-01-05-1.xml b/archive/entries/2023-01-05-1.xml new file mode 100644 index 000000000..5484f89a6 --- /dev/null +++ b/archive/entries/2023-01-05-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.14 Released! + https://www.php.net/archive/2023.php#2023-01-05-1 + 2023-01-05T17:47:14+00:00 + 2023-01-05T17:47:14+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.14. This is a security release.

+ +

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

+ +

For source downloads of PHP 8.1.14 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 baab3053a..2d0be8788 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_13.php', + ), + 'tags' => + array ( + ), + 'date' => '24 Nov 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.13.tar.gz', + 'name' => 'PHP 8.1.13 (tar.gz)', + 'sha256' => 'eed1981ce9999d807cb139a9d463ae54bbeda2a57a9a28ad513badf5b99b0073', + 'date' => '24 Nov 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.13.tar.bz2', + 'name' => 'PHP 8.1.13 (tar.bz2)', + 'sha256' => '93fcfdfaaa3d094a0fdb18ce08d20f20d526ee3f07a146a8a8ec82ce00b237ca', + 'date' => '24 Nov 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.13.tar.xz', + 'name' => 'PHP 8.1.13 (tar.xz)', + 'sha256' => 'b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856', + 'date' => '24 Nov 2022', + ), + ), + 'museum' => false, + ), '8.0.25' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7fbf8f594..cb3b21bc4 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.13', - 'date' => '24 Nov 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.1.14', + 'date' => '05 Jan 2023', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'eed1981ce9999d807cb139a9d463ae54bbeda2a57a9a28ad513badf5b99b0073', - 'tar.bz2' => '93fcfdfaaa3d094a0fdb18ce08d20f20d526ee3f07a146a8a8ec82ce00b237ca', - 'tar.xz' => 'b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856', + 'tar.gz' => '4755af2563ad187ceaf4a3632359c55e3f3be4050e0299e0f713bbb5e0531965', + 'tar.bz2' => '14ca99333dd604a504a2368946485ac35d379c4da96d28dc515d7eb502dffa32', + 'tar.xz' => 'e16e47a872d58685913ac848ce92ec49f42c1828110c98c65fb6265a08724a1a', ] ]; diff --git a/releases/8_1_14.php b/releases/8_1_14.php new file mode 100644 index 000000000..92dbf3314 --- /dev/null +++ b/releases/8_1_14.php @@ -0,0 +1,16 @@ + +

PHP 8.1.14 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.1.14. This is a security release.

+ +

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

+ +

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

+