From e4e6e9155a32833838bfb8ee4c7231730c92c70f Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 3 Aug 2017 15:36:41 +0100 Subject: [PATCH] release 7.1 --- ChangeLog-7.php | 54 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2017-08-03-3.xml | 25 +++++++++++++++ include/releases.inc | 33 +++++++++++++++++++ include/version.inc | 12 +++---- releases/7_1_8.php | 22 +++++++++++++ 6 files changed, 141 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2017-08-03-3.xml create mode 100644 releases/7_1_8.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 1a30af440..352c8c776 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,60 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change

PHP 7 ChangeLog

+
+

Version 7.1.8

+ + +
+ +

Version 7.0.22

diff --git a/archive/archive.xml b/archive/archive.xml index 7d03a224c..c3471d414 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/2017-08-03-3.xml b/archive/entries/2017-08-03-3.xml new file mode 100644 index 000000000..db3958a17 --- /dev/null +++ b/archive/entries/2017-08-03-3.xml @@ -0,0 +1,25 @@ + + + PHP 7.1.8 Released + http://php.net/archive/2017.php#id2017-08-03-3 + 2017-08-03T14:35:42+00:00 + 2017-08-03T14:35:42+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.1.8. This is a bugfix release, with several bug fixes included. + + All PHP 7.1 users are encouraged to upgrade to this version. +

+ +

For source downloads of PHP 7.1.8 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 c20d5151b..2f050b775 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_7.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.7.tar.bz2', + 'name' => 'PHP 7.1.7 (tar.bz2)', + 'sha256' => '079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8', + 'date' => '06 Jul 2017', + ), + 1 => + array ( + 'filename' => 'php-7.1.7.tar.gz', + 'name' => 'PHP 7.1.7 (tar.gz)', + 'sha256' => 'e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92', + 'date' => '06 Jul 2017', + ), + 2 => + array ( + 'filename' => 'php-7.1.7.tar.xz', + 'name' => 'PHP 7.1.7 (tar.xz)', + 'sha256' => '0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729', + 'date' => '06 Jul 2017', + ), + ), + 'date' => '06 Jul 2017', + 'museum' => false, + ), '7.0.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6721ed7b3..b15cc33ef 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,15 +17,15 @@ */ /* PHP 7.1 Release */ -$PHP_7_1_RC = "7.1.8RC1"; // 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 = "20 Jul 2017"; -$PHP_7_1_VERSION = "7.1.7"; -$PHP_7_1_DATE = "06 Jul 2017"; +$PHP_7_1_VERSION = "7.1.8"; +$PHP_7_1_DATE = "03 Aug 2017"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8", - "tar.gz" => "e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92", - "tar.xz" => "0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729", + "tar.bz2" => "7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8", + "tar.gz" => "63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04", + "tar.xz" => "8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_8.php b/releases/7_1_8.php new file mode 100644 index 000000000..0e1aacf99 --- /dev/null +++ b/releases/7_1_8.php @@ -0,0 +1,22 @@ + + +

PHP 7.1.8 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.1.8. This is a bugfix release, with several bug fixes included. + + All PHP 7.1 users are encouraged to upgrade to this version. +

+ +

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

+ + +