Commit: 4fcb73023cc2d8615b4643400940c6aacd3772db Author: Sara Golemon <poll...@php.net> Thu, 1 Feb 2018 09:45:36 -0500 Parents: 29e5de05df8d769c7e4ee49fc1296f74c041f8e1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4fcb73023cc2d8615b4643400940c6aacd3772db Log: 7.1.14 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-02-01-2.xml M include/releases.inc M include/version.inc A releases/7_1_14.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 3795d1b..e6cb539 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -77,6 +77,60 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="7.1.14"><!-- {{{ 7.1.14 --> +<h3>Version 7.1.14</h3> +<b><?php release_date('01-Feb-2018'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(75679); ?> (Path 260 character problem).</li> + <li><?php bugfix(75786); ?> (segfault when using spread operator on generator passed by reference).</li> + <li><?php bugfix(75799); ?> (arg of get_defined_functions is optional).</li> + <li><?php bugfix(75396); ?> (Exit inside generator finally results in fatal error).</li> + <li><?php bugfix(75079); ?> (self keyword leads to incorrectly generated TypeError when in closure in trait).</li> +</ul></li> +<li>FCGI: +<ul> + <li><?php bugfix(75794); ?> (getenv() crashes on Windows 7.2.1 when second parameter is false).</li> +</ul></li> +<li>IMAP: +<ul> + <li><?php bugfix(75774); ?> (imap_append HeapCorruction).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(75720); ?> (File cache not populated after SHM runs full).</li> + <li><?php bugfix(75579); ?> (Interned strings buffer overflow may cause crash).</li> +</ul></li> +<li>PGSQL: +<ul> + <li><?php bugfix(75671); ?> (pg_version() crashes when called on a connection to cockroach).</li> +</ul></li> +<li>Readline: +<ul> + <li><?php bugfix(75775); ?> (readline_read_history segfaults with empty file).</li> +</ul></li> +<li>SAPI: +<ul> + <li><?php bugfix(75735); ?> ([embed SAPI] Segmentation fault in sapi_register_post_entry).</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(70469); ?> (SoapClient generates E_ERROR even if exceptions=1 is used).</li> + <li><?php bugfix(75502); ?> (Segmentation fault in zend_string_release).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(75717); ?> (RecursiveArrayIterator does not traverse arrays by reference).</li> + <li><?php bugfix(75242); ?> (RecursiveArrayIterator doesn't have constants from parent class).</li> + <li><?php bugfix(73209); ?> (RecursiveArrayIterator does not iterate object properties).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(75781); ?> (substr_count incorrect result).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.1"><!-- {{{ 7.2.1 --> <h3>Version 7.2.1</h3> <b><?php release_date('04-Jan-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index b04568e..c3a5655 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2018-02-01-2.xml"/> <xi:include href="entries/2018-02-01-1.xml"/> <xi:include href="entries/2018-01-31-1.xml"/> <xi:include href="entries/2018-01-04-4.xml"/> diff --git a/archive/entries/2018-02-01-2.xml b/archive/entries/2018-02-01-2.xml new file mode 100644 index 0000000..89ce341 --- /dev/null +++ b/archive/entries/2018-02-01-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.14 Released</title> + <id>http://php.net/archive/2018.php#id2018-02-01-2</id> + <published>2018-02-01T14:54:13+00:00</published> + <updated>2018-02-01T14:54:13+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#id2018-02-01-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-02-01-2" 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.14. This is a bugfix release. Several bugs were fixed + in this release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.14 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.14">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index a6a86d9..2091473 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -35,6 +35,39 @@ $OLDRELEASES = array ( 'date' => '4 Jan 2018', 'museum' => false, ), + '7.1.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_13.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.13.tar.bz2', + 'name' => 'PHP 7.1.13 (tar.bz2)', + 'sha256' => '35fda51d2d44600940185fd5818d336a79e77ab3c98e2bd075091f2f91cf98a1', + 'date' => '4 Jan 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.13.tar.gz', + 'name' => 'PHP 7.1.13 (tar.gz)', + 'sha256' => '12fcbf59c9eb9af215ef38815d5da39b9d74549092c34b0dfc31442699740ce9', + 'date' => '4 Jan 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.13.tar.xz', + 'name' => 'PHP 7.1.13 (tar.xz)', + 'sha256' => '1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10', + 'date' => '4 Jan 2018', + ), + ), + 'date' => '4 Jan 2018', + 'museum' => false, + ), '7.2.0' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6e1ab8e..6561492 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.14RC1"; // 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 = "18 Jan 2018";; -$PHP_7_1_VERSION = "7.1.13"; -$PHP_7_1_DATE = "4 Jan 2018"; +$PHP_7_1_VERSION = "7.1.14"; +$PHP_7_1_DATE = "1 Feb 2018"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "35fda51d2d44600940185fd5818d336a79e77ab3c98e2bd075091f2f91cf98a1", - "tar.gz" => "12fcbf59c9eb9af215ef38815d5da39b9d74549092c34b0dfc31442699740ce9", - "tar.xz" => "1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10", + "tar.bz2" => "63b2fd139ed7656756b0fa290bc42f8fff854723c3d2710a700e646370c581f4", + "tar.gz" => "8c7360209d255ee46d388bdcd43ef1a2d14b370c331be30ea628ece18a1e7683", + "tar.xz" => "c09f0c1074f5689b492d79034adb84e6a6c6d08c6763c02282e6318d41156779", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_14.php b/releases/7_1_14.php new file mode 100644 index 0000000..eb17741 --- /dev/null +++ b/releases/7_1_14.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_1_14.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.14 Release Announcement"); +?> + + <h1>PHP 7.1.14 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.14. 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.14 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.14">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php