Commit: 28a93743a3f28145b16faecaffd85c3950b38c73 Author: Joe Watkins <[email protected]> Thu, 8 Jun 2017 20:45:26 +0100 Parents: 6144fe017c15ef70f87b6dc891ecad1e958b0d89 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=28a93743a3f28145b16faecaffd85c3950b38c73 Log: 7.1.6 release Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2017-06-08-3.xml M include/releases.inc M include/version.inc A releases/7_1_6.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index e4af8f8..4504efa 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,47 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.1.6"><!-- {{{ 7.1.6 --> +<h3>Version 7.1.6</h3> +<b><?php release_date('07-Jun-2017'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(74600); ?> (crash (SIGSEGV) in _zend_hash_add_or_update_i).</li> + <li><?php bugfix(74546); ?> (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).</li> + <li><?php bugfix(74589); ?> (__DIR__ wrong for unicode character).</li> +</ul></li> +<li>intl: +<ul> + <li><?php bugfix(74468); ?> (wrong reflection on Collator::sortWithSortKeys).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(74547); ?> (mysqli::change_user() doesn't accept null as $database argument w/strict_types).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(74596); ?> (SIGSEGV with opcache.revalidate_path enabled).</li> +</ul></li> +<li>phar: +<ul> + <li><?php bugfix(51918); ?> (Phar::webPhar() does not handle requests sent through PUT and DELETE method).</li> +</ul></li> +<li>Readline: +<ul> + <li><?php bugfix(74490); ?> (readline() moves the cursor to the beginning of the line).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(74510); ?> (win32/sendmail.c anchors CC header but not BCC).</li> +</ul></li> +<li>xmlreader: +<ul> + <li><?php bugfix(74457); ?> (Wrong reflection on XMLReader::expand).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + <section class="version" id="7.0.20"><!-- {{{ 7.0.20 --> <h3>Version 7.0.20</h3> <b><?php release_date('08-Jun-2017'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 213bc15..b11db7f 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2017-06-08-3.xml"/> <xi:include href="entries/2017-06-08-2.xml"/> <xi:include href="entries/2017-06-08-1.xml"/> <xi:include href="entries/2017-06-06-1.xml"/> diff --git a/archive/entries/2017-06-08-3.xml b/archive/entries/2017-06-08-3.xml new file mode 100644 index 0000000..6d77a03 --- /dev/null +++ b/archive/entries/2017-06-08-3.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.6 Released</title> + <id>http://php.net/archive/2017.php#id2017-06-08-3</id> + <published>2017-06-08T19:40:06+00:00</published> + <updated>2017-06-08T19:40:06+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2017-06-08-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2017.php#id2017-06-08-3" rel="via" type="text/html"/> + <content type="html"> + <p>The PHP development team announces the immediate availability of PHP + 7.1.6. Several bugs have been fixed. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.6 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.1.6">ChangeLog</a>. + </p> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index a7e430f..43db161 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.5' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_5.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.5.tar.bz2', + 'name' => 'PHP 7.1.5 (tar.bz2)', + 'md5' => '79dcf0424cc32fb0a672190d8e7ee2ed', + 'sha256' => '28eaa4784f1bd8b7dc71206dc8c4375510199432dc17af6906b14d16b3058697', + 'date' => '11 May 2017', + ), + 1 => + array ( + 'filename' => 'php-7.1.5.tar.gz', + 'name' => 'PHP 7.1.5 (tar.gz)', + 'md5' => 'b2ac302120d2eefd6cd9449790c45412', + 'sha256' => 'f7ff8039f5c3a7da4d62a3cce6378280224acfa27ab5a5bee25b7439bce01c17', + 'date' => '11 May 2017', + ), + 2 => + array ( + 'filename' => 'php-7.1.5.tar.xz', + 'name' => 'PHP 7.1.5 (tar.xz)', + 'md5' => 'fb0702321c7aceac68c82b8c7a10d196', + 'sha256' => 'd149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac', + 'date' => '11 May 2017', + ), + ), + 'date' => '11 May 2017', + 'museum' => false, + ), '7.0.19' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8931a51..f26da2d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -18,20 +18,20 @@ */ /* PHP 7.1 Release */ -$PHP_7_1_RC = "7.1.6RC1"; // 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 = "25 May 2017"; -$PHP_7_1_VERSION = "7.1.5"; -$PHP_7_1_DATE = "11 May 2017"; +$PHP_7_1_VERSION = "7.1.6"; +$PHP_7_1_DATE = "08 Jun 2017"; $PHP_7_1_MD5 = array( - "tar.bz2" => "79dcf0424cc32fb0a672190d8e7ee2ed", - "tar.gz" => "b2ac302120d2eefd6cd9449790c45412", - "tar.xz" => "fb0702321c7aceac68c82b8c7a10d196", + "tar.bz2" => "fb88987cd0c7fefa527f2170a2617f78", + "tar.gz" => "5334434e5d72cbf64eea14246c344449", + "tar.xz" => "eafc7a79cc8cc62c9292c96f9c9ccf90", ); $PHP_7_1_SHA256 = array( - "tar.bz2" => "28eaa4784f1bd8b7dc71206dc8c4375510199432dc17af6906b14d16b3058697", - "tar.gz" => "f7ff8039f5c3a7da4d62a3cce6378280224acfa27ab5a5bee25b7439bce01c17", - "tar.xz" => "d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac", + "tar.bz2" => "6e3576ca77672a18461a4b089c5790647f1b2c19f82e4f5e94c962609aabffcf", + "tar.gz" => "7ff8c01af791c7e499ee77e1b82e4b1d56e379efe1f706b1203d48751481fd9f", + "tar.xz" => "01584dc521ab7ec84b502b61952f573652fe6aa00c18d6d844fb9209f14b245b", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_6.php b/releases/7_1_6.php new file mode 100644 index 0000000..9e31a2d --- /dev/null +++ b/releases/7_1_6.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_1_6.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.6 Release Announcement"); +?> + + <h1>PHP 7.1.6 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.6. Several bugs have been fixed. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.6 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.1.6">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
