From 841da498730fd7915812d12186f40a91bb9bf1ec Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 1 Sep 2017 07:32:14 +0100 Subject: [PATCH] 7.1 release --- ChangeLog-7.php | 82 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2017-09-01-1.xml | 25 ++++++++++ include/releases.inc | 33 +++++++++++++ include/version.inc | 10 ++-- releases/7_1_9.php | 22 +++++++++ 6 files changed, 168 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2017-09-01-1.xml create mode 100644 releases/7_1_9.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 7626357a7..550146ac5 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,88 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change

PHP 7 ChangeLog

+
+

Version 7.1.9

+ + +
+ +

Version 7.0.23

diff --git a/archive/archive.xml b/archive/archive.xml index 9f2c2ca28..aa14db598 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-09-01-1.xml b/archive/entries/2017-09-01-1.xml new file mode 100644 index 000000000..4d362aeb0 --- /dev/null +++ b/archive/entries/2017-09-01-1.xml @@ -0,0 +1,25 @@ + + + PHP 7.1.9 Released + http://php.net/archive/2017.php#id2017-09-01-1 + 2017-09-01T06:31:35+00:00 + 2017-09-01T06:31:35+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.1.9. 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.9 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 7e372ccbc..64e79d4a4 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_8.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.8.tar.bz2', + 'name' => 'PHP 7.1.8 (tar.bz2)', + 'sha256' => '7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8', + 'date' => '03 Aug 2017', + ), + 1 => + array ( + 'filename' => 'php-7.1.8.tar.gz', + 'name' => 'PHP 7.1.8 (tar.gz)', + 'sha256' => '63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04', + 'date' => '03 Aug 2017', + ), + 2 => + array ( + 'filename' => 'php-7.1.8.tar.xz', + 'name' => 'PHP 7.1.8 (tar.xz)', + 'sha256' => '8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab', + 'date' => '03 Aug 2017', + ), + ), + 'date' => '03 Aug 2017', + 'museum' => false, + ), '7.0.22' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5b4f3c8eb..dd1287947 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,12 +20,12 @@ $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.8"; -$PHP_7_1_DATE = "03 Aug 2017"; +$PHP_7_1_VERSION = "7.1.9"; +$PHP_7_1_DATE = "31 Aug 2017"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8", - "tar.gz" => "63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04", - "tar.xz" => "8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab", + "tar.bz2" => "314dcc10dfdd7c4443edb4fe1e133a44f2b2a8351be8c9eb6ab9222d45fd9bae", + "tar.gz" => "499c31ad19b2ff553ae686ebf53749aa2351af7d955ee9f1986f144089561a4b", + "tar.xz" => "ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_9.php b/releases/7_1_9.php new file mode 100644 index 000000000..7d9c66ed7 --- /dev/null +++ b/releases/7_1_9.php @@ -0,0 +1,22 @@ + + +

PHP 7.1.9 Release Announcement

+ +

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

+ + +