From 2f4fcfb23f6b67bda22bd9d141aee8754f687dc0 Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Fri, 18 Feb 2022 00:50:55 +0100 Subject: [PATCH] Announce 8.1.3 --- ChangeLog-8.php | 48 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-02-17-3.xml | 21 ++++++++++++++ include/releases.inc | 36 ++++++++++++++++++++++++ include/version.inc | 12 ++++---- releases/8_1_3.php | 16 +++++++++++ 6 files changed, 128 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2022-02-17-3.xml create mode 100644 releases/8_1_3.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 3153f5789..d06df399e 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,54 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.1.3

+ + +
+ + +

Version 8.1.2

diff --git a/archive/archive.xml b/archive/archive.xml index f17357da9..4fded951a 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/2022-02-17-3.xml b/archive/entries/2022-02-17-3.xml new file mode 100644 index 000000000..8798e5615 --- /dev/null +++ b/archive/entries/2022-02-17-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.3 Released! + https://www.php.net/archive/2022.php#2022-02-17-3 + 2022-02-17T23:59:59+01:00 + 2022-02-17T23:59:59+01:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.3 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 5f264b781..6bc8690db 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.2' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_2.php', + ), + 'tags' => + array ( + ), + 'date' => '20 Jan 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.2.tar.gz', + 'name' => 'PHP 8.1.2 (tar.gz)', + 'sha256' => '9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde', + 'date' => '20 Jan 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.2.tar.bz2', + 'name' => 'PHP 8.1.2 (tar.bz2)', + 'sha256' => '913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9', + 'date' => '20 Jan 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.2.tar.xz', + 'name' => 'PHP 8.1.2 (tar.xz)', + 'sha256' => '6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd', + 'date' => '20 Jan 2022', + ), + ), + 'museum' => false, + ), '8.0.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 597a4b3ce..b7ea6c4d5 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function() { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.2', - 'date' => '20 Jan 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.1.3', + 'date' => '17 Feb 2022', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde', - 'tar.bz2' => '913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9', - 'tar.xz' => '6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd', + 'tar.gz' => '92d74f5a4af7de90cef6cda65bd0c341dc9a1027b32f70e7b8861f6f68a38bb2', + 'tar.bz2' => '354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be', + 'tar.xz' => '5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6', ] ]; diff --git a/releases/8_1_3.php b/releases/8_1_3.php new file mode 100644 index 000000000..7eed1a4be --- /dev/null +++ b/releases/8_1_3.php @@ -0,0 +1,16 @@ + +

PHP 8.1.3 Release Announcement

+ +

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

+ +

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

+ +

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

+