From 0d927c5d60da44536e5f532db33cf9fd8653c330 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 20 Jan 2022 21:25:45 -0600 Subject: [PATCH] Announce 8.1.2 --- ChangeLog-8.php | 77 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-01-21-1.xml | 21 +++++++++ include/releases.inc | 36 +++++++++++++++ include/version.inc | 10 ++--- releases/8_1_2.php | 16 +++++++ 6 files changed, 156 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2022-01-21-1.xml create mode 100644 releases/8_1_2.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 647851b45..041ac6f28 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,83 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.1.2

+ + +
+ + +

Version 8.1.1

diff --git a/archive/archive.xml b/archive/archive.xml index 07d27ccf8..d8027ba78 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-01-21-1.xml b/archive/entries/2022-01-21-1.xml new file mode 100644 index 000000000..8d416aab6 --- /dev/null +++ b/archive/entries/2022-01-21-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.2 Released! + https://www.php.net/archive/2022.php#2022-01-21-1 + 2022-01-21T03:08:44+00:00 + 2022-01-21T03:08:44+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.1.2. 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.2 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 900ae4f10..e0946ccd0 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.1' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_1.php', + ), + 'tags' => + array ( + ), + 'date' => '16 Dec 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.1.tar.gz', + 'name' => 'PHP 8.1.1 (tar.gz)', + 'sha256' => '4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d', + 'date' => '16 Dec 2021', + ), + 1 => + array ( + 'filename' => 'php-8.1.1.tar.bz2', + 'name' => 'PHP 8.1.1 (tar.bz2)', + 'sha256' => '8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e', + 'date' => '16 Dec 2021', + ), + 2 => + array ( + 'filename' => 'php-8.1.1.tar.xz', + 'name' => 'PHP 8.1.1 (tar.xz)', + 'sha256' => '33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856', + 'date' => '16 Dec 2021', + ), + ), + 'museum' => false, + ), '8.0.14' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 2da2c07c6..2c5068a12 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.1', - 'date' => '16 Dec 2021', + 'version' => '8.1.2', + 'date' => '20 Jan 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d', - 'tar.bz2' => '8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e', - 'tar.xz' => '33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856', + 'tar.gz' => '9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde', + 'tar.bz2' => '913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9', + 'tar.xz' => '6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd', ] ]; diff --git a/releases/8_1_2.php b/releases/8_1_2.php new file mode 100644 index 000000000..3bf0bd29e --- /dev/null +++ b/releases/8_1_2.php @@ -0,0 +1,16 @@ + +

PHP 8.1.2 Release Announcement

+ +

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

+