From 41e9d28b2908ebfa92fc01c6e2eee805fe711c47 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 30 Mar 2018 07:36:23 +0200 Subject: [PATCH] 7.1.16 --- ChangeLog-7.php | 37 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2018-03-30-2.xml | 25 +++++++++++++++++++++ include/releases.inc | 33 ++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/7_1_16.php | 22 +++++++++++++++++++ 6 files changed, 124 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2018-03-30-2.xml create mode 100644 releases/7_1_16.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 181123674..18097b029 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,43 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change

PHP 7 ChangeLog

+
+

Version 7.1.16

+ + +
+ +

Version 7.2.4

diff --git a/archive/archive.xml b/archive/archive.xml index 86860a4b5..4fcfcce93 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/2018-03-30-2.xml b/archive/entries/2018-03-30-2.xml new file mode 100644 index 000000000..48b1d883f --- /dev/null +++ b/archive/entries/2018-03-30-2.xml @@ -0,0 +1,25 @@ + + + PHP 7.1.16 Released + http://php.net/archive/2018.php#id2018-03-30-2 + 2018-03-30T05:35:50+00:00 + 2018-03-30T05:35:50+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.1.16. This is a security fix release, containing one security fix and many bug fixes. + + All PHP 7.1 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 7.1.16 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 81fba78c6..68635ddb8 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_15.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.15.tar.bz2', + 'name' => 'PHP 7.1.15 (tar.bz2)', + 'sha256' => 'e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd', + 'date' => '1 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.15.tar.gz', + 'name' => 'PHP 7.1.15 (tar.gz)', + 'sha256' => '0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4', + 'date' => '1 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.15.tar.xz', + 'name' => 'PHP 7.1.15 (tar.xz)', + 'sha256' => '0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817', + 'date' => '1 Mar 2018', + ), + ), + 'date' => '1 Mar 2018', + 'museum' => false, + ), '7.2.3' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d3280f33a..fde4bb710 100644 --- a/include/version.inc +++ b/include/version.inc @@ -29,15 +29,15 @@ $PHP_7_2_SHA256 = array( ); /* PHP 7.1 Release */ -$PHP_7_1_RC = "7.1.16RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "15 Mar 2018"; -$PHP_7_1_VERSION = "7.1.15"; -$PHP_7_1_DATE = "1 Mar 2018"; +$PHP_7_1_VERSION = "7.1.16"; +$PHP_7_1_DATE = "29 Mar 2018"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd", - "tar.gz" => "0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4", - "tar.xz" => "0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817", + "tar.bz2" => "348e2af9c7c0f327a57a972674078777dfde189e2598acbcb8618b9645b0e7e5", + "tar.gz" => "c8e6fed5b350b29a5b9eaa9fce7c5e8618629346e9a58212f3dc380046065442", + "tar.xz" => "a5d67e477248a3911af7ef85c8400c1ba8cd632184186fd31070b96714e669f1", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_16.php b/releases/7_1_16.php new file mode 100644 index 000000000..e0fa818c6 --- /dev/null +++ b/releases/7_1_16.php @@ -0,0 +1,22 @@ + + +

PHP 7.1.16 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.1.16. This is a security fix release, containing one security fix and many bug fixes. + + All PHP 7.1 users are encouraged to upgrade to this version. +

+ +

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

+ + +