Commit: f216fe3b7a2647560502008a264557f4ff049852 Author: Joe Watkins <[email protected]> Fri, 27 Oct 2017 06:53:28 +0100 Parents: 4a3059af4efebc80e8651b8e27ae67f373929564 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f216fe3b7a2647560502008a264557f4ff049852 Log: 7.1.11 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2017-10-27-1.xml M include/releases.inc M include/version.inc A releases/7_1_11.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 020ebec..c3d1220 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,69 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.1.11"><!-- {{{ 7.1.11 --> +<h3>Version 7.1.11</h3> +<b><?php release_date('26-Oct-2017'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(75241); ?> (Null pointer dereference in zend_mm_alloc_small()).</li> + <li><?php bugfix(75236); ?> (infinite loop when printing an error-message).</li> + <li><?php bugfix(75252); ?> (Incorrect token formatting on two parse errors in one request).</li> + <li><?php bugfix(75220); ?> (Segfault when calling is_callable on parent).</li> + <li><?php bugfix(75290); ?> (debug info of Closures of internal functions contain garbage argument names).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(75055); ?> (Out-Of-Bounds Read in timelib_meridian()).</li> +</ul></li> +<li>Apache2Handler: +<ul> + <li><?php bugfix(75311); ?> (error: 'zend_hash_key' has no member named 'arKey' in apache2handler).</li> +</ul></li> +<li>Hash: +<ul> + <li><?php bugfix(75303); ?> (sha3 hangs on bigendian).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(75318); ?> (The parameter of UConverter::getAliases() is not optional).</li> +</ul></li> +<li>litespeed: +<ul> + <li><?php bugfix(75248); ?> (Binary directory doesn't get created when building only litespeed SAPI).</li> + <li><?php bugfix(75251); ?> (Missing program prefix and suffix).</li> +</ul></li> +<li>mcrypt: +<ul> + <li><?php bugfix(72535); ?> (arcfour encryption stream filter crashes php).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(75018); ?> (Data corruption when reading fields of bit type).</li> +</ul></li> +<li>OCI8: +<ul> + <li>Fixed incorrect reference counting.</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(75255); ?> (Request hangs and not finish).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(75207); ?> (applied upstream patch for CVE-2016-1283).</li> +</ul></li> +<li>PDO_mysql: +<ul> + <li><?php bugfix(75177); ?> (Type 'bit' is fetched as unexpected string).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(73629); ?> (SplDoublyLinkedList::setIteratorMode masks intern flags).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.0.25"><!-- {{{ 7.0.25 --> <h3>Version 7.0.25</h3> <b><?php release_date('26-Oct-2017'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 2a6328f..20ed92d 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-10-27-1.xml"/> <xi:include href="entries/2017-10-26-3.xml"/> <xi:include href="entries/2017-10-26-2.xml"/> <xi:include href="entries/2017-10-26-1.xml"/> diff --git a/archive/entries/2017-10-27-1.xml b/archive/entries/2017-10-27-1.xml new file mode 100644 index 0000000..04440dc --- /dev/null +++ b/archive/entries/2017-10-27-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.11 Released</title> + <id>http://php.net/archive/2017.php#id2017-10-27-1</id> + <published>2017-10-27T05:52:49+00:00</published> + <updated>2017-10-27T05:52:49+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-10-27-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2017.php#id2017-10-27-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.1.11. This is a bugfix release, with several bug fixes included. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.11 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.11">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 9b92efe..bcfaeec 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.10' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_10.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.10.tar.bz2', + 'name' => 'PHP 7.1.10 (tar.bz2)', + 'sha256' => '0ee51b9b1ae7eca3e9558f772ce20cbacd1f76420009b3af630c87027f9a41af', + 'date' => '28 Sep Aug 2017', + ), + 1 => + array ( + 'filename' => 'php-7.1.10.tar.gz', + 'name' => 'PHP 7.1.10 (tar.gz)', + 'sha256' => 'edc6a7c3fe89419525ce51969c5f48610e53613235bbef255c3a4db33b458083', + 'date' => '28 Sep 2017', + ), + 2 => + array ( + 'filename' => 'php-7.1.10.tar.xz', + 'name' => 'PHP 7.1.10 (tar.xz)', + 'sha256' => '2b8efa771a2ead0bb3ae67b530ca505b5b286adc873cca9ce97a6e1d6815c50b', + 'date' => '28 Sep 2017', + ), + ), + 'date' => '28 Sep 2017', + 'museum' => false, + ), '7.0.24' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a440264..fb32e56 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,15 +17,15 @@ */ /* PHP 7.1 Release */ -$PHP_7_1_RC = "7.1.11RC1"; // 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 = "12 Oct 2017"; -$PHP_7_1_VERSION = "7.1.10"; -$PHP_7_1_DATE = "28 September 2017"; +$PHP_7_1_VERSION = "7.1.11"; +$PHP_7_1_DATE = "26 Oct 2017"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "0ee51b9b1ae7eca3e9558f772ce20cbacd1f76420009b3af630c87027f9a41af", - "tar.gz" => "edc6a7c3fe89419525ce51969c5f48610e53613235bbef255c3a4db33b458083", - "tar.xz" => "2b8efa771a2ead0bb3ae67b530ca505b5b286adc873cca9ce97a6e1d6815c50b", + "tar.bz2" => "7646d7de701fc969e3305eeeb2eddda3d46af6a88ee20ef4a47270c447228573", + "tar.gz" => "de41b2c166bc5ec8ea96a337d4dd675c794f7b115a8a47bb04595c03dbbdf425", + "tar.xz" => "074093e9d7d21afedc5106904218a80a47b854abe368d2728ed22184c884893e", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_11.php b/releases/7_1_11.php new file mode 100644 index 0000000..ab6bd4a --- /dev/null +++ b/releases/7_1_11.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_1_11.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.11 Release Announcement"); +?> + + <h1>PHP 7.1.11 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.11. This is a bugfix release, with several bug fixes included. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.11 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.11">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
