From ffa80544cff0afd64267549906c75a7b76567aca Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 2 Mar 2018 06:54:59 +0100 Subject: [PATCH] 7.1.15 --- ChangeLog-7.php | 46 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2018-03-02-1.xml | 25 +++++++++++++++++ include/releases.inc | 33 +++++++++++++++++++++++ include/version.inc | 12 ++++----- releases/7_1_15.php | 22 +++++++++++++++ 6 files changed, 133 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2018-03-02-1.xml create mode 100644 releases/7_1_15.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index b1f3bc94d..0368156f8 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -64,6 +64,52 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.1.15

+ + +
+ +

Version 7.0.28

diff --git a/archive/archive.xml b/archive/archive.xml index fa541a527..004c2dfb0 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-02-1.xml b/archive/entries/2018-03-02-1.xml new file mode 100644 index 000000000..30dc0c693 --- /dev/null +++ b/archive/entries/2018-03-02-1.xml @@ -0,0 +1,25 @@ + + + PHP 7.1.15 Released + http://php.net/archive/2018.php#id2018-03-02-1 + 2018-03-02T05:54:19+00:00 + 2018-03-02T05:54:19+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.1.15. 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.15 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 d41f4899f..ff47c0d9a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.14' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_14.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.14.tar.bz2', + 'name' => 'PHP 7.1.14 (tar.bz2)', + 'sha256' => '63b2fd139ed7656756b0fa290bc42f8fff854723c3d2710a700e646370c581f4', + 'date' => '1 Feb 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.14.tar.gz', + 'name' => 'PHP 7.1.14 (tar.gz)', + 'sha256' => '8c7360209d255ee46d388bdcd43ef1a2d14b370c331be30ea628ece18a1e7683', + 'date' => '1 Feb 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.14.tar.xz', + 'name' => 'PHP 7.1.14 (tar.xz)', + 'sha256' => 'c09f0c1074f5689b492d79034adb84e6a6c6d08c6763c02282e6318d41156779', + 'date' => '1 Feb 2018', + ), + ), + 'date' => '1 Feb 2018', + 'museum' => false, + ), '7.2.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4379aa74b..ba97a112a 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.15RC1"; // 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 Feb 2018"; -$PHP_7_1_VERSION = "7.1.14"; -$PHP_7_1_DATE = "1 Feb 2018"; +$PHP_7_1_VERSION = "7.1.15"; +$PHP_7_1_DATE = "1 Mar 2018"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "63b2fd139ed7656756b0fa290bc42f8fff854723c3d2710a700e646370c581f4", - "tar.gz" => "8c7360209d255ee46d388bdcd43ef1a2d14b370c331be30ea628ece18a1e7683", - "tar.xz" => "c09f0c1074f5689b492d79034adb84e6a6c6d08c6763c02282e6318d41156779", + "tar.bz2" => "e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd", + "tar.gz" => "0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4", + "tar.xz" => "0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_15.php b/releases/7_1_15.php new file mode 100644 index 000000000..0cb8c1a7a --- /dev/null +++ b/releases/7_1_15.php @@ -0,0 +1,22 @@ + + +

PHP 7.1.15 Release Announcement

+ +

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

+ + +