From 1ca5f5d1cf369d2b32f9cfebeddcd66e85e37249 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 7 Jan 2021 09:59:35 +0000 Subject: [PATCH] Go with 7.4.14 --- ChangeLog-7.php | 63 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2021-01-07-1.xml | 21 +++++++++++ include/releases.inc | 36 ++++++++++++++++++ include/version.inc | 10 ++--- releases/7_4_14.php | 16 ++++++++ 6 files changed, 142 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2021-01-07-1.xml create mode 100644 releases/7_4_14.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index a002b2134..67fae0178 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,69 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.4.14

+ + +
+ + +

Version 7.4.13

diff --git a/archive/archive.xml b/archive/archive.xml index 5934c8723..3432f3fc7 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/2021-01-07-1.xml b/archive/entries/2021-01-07-1.xml new file mode 100644 index 000000000..2fac10c50 --- /dev/null +++ b/archive/entries/2021-01-07-1.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.14 Released! + https://www.php.net/archive/2021.php#2021-01-07-1 + 2021-01-07T09:57:50+00:00 + 2021-01-07T09:57:50+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 7.4.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 fc5ecb5eb..4ab9af458 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.4.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_13.php', + ), + 'tags' => + array ( + ), + 'date' => '26 Nov 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.13.tar.gz', + 'name' => 'PHP 7.4.13 (tar.gz)', + 'sha256' => '0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f', + 'date' => '26 Nov 2020', + ), + 1 => + array ( + 'filename' => 'php-7.4.13.tar.bz2', + 'name' => 'PHP 7.4.13 (tar.bz2)', + 'sha256' => '15a339857e11c92eb47fddcd0dfe8aaa951a9be7c57ab7230ccd497465a31fda', + 'date' => '26 Nov 2020', + ), + 2 => + array ( + 'filename' => 'php-7.4.13.tar.xz', + 'name' => 'PHP 7.4.13 (tar.xz)', + 'sha256' => 'aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4', + 'date' => '26 Nov 2020', + ), + ), + 'museum' => false, + ), '7.2.34' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ebd994440..d453e8e3b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.13', - 'date' => '26 Nov 2020', + 'version' => '7.4.14', + 'date' => '07 Jan 2021', 'tags' => [], 'sha256' => [ - 'tar.gz' => '0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f', - 'tar.bz2' => '15a339857e11c92eb47fddcd0dfe8aaa951a9be7c57ab7230ccd497465a31fda', - 'tar.xz' => 'aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4', + 'tar.gz' => 'd359183e2436f4ab30b70d4fbd881b5705a46b2e68cc6069fe91cd63d6e98e13', + 'tar.bz2' => '6889ca0605adee3aa7077508cd79fcef1dbd88461cdf25e7c1a86997b8d0a1f6', + 'tar.xz' => 'f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886', ] ]; diff --git a/releases/7_4_14.php b/releases/7_4_14.php new file mode 100644 index 000000000..8a7886284 --- /dev/null +++ b/releases/7_4_14.php @@ -0,0 +1,16 @@ + +

PHP 7.4.14 Release Announcement

+ +

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

+ +

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

+ +

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

+