Commit: dccc5f2f53fda851aa3f0816aa930d34dee281d7 Author: Joe Watkins <[email protected]> Thu, 26 Apr 2018 18:12:07 +0200 Parents: e10b22d7158d8565cb1db642ea21ce4916408cff Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=dccc5f2f53fda851aa3f0816aa930d34dee281d7 Log: 7.1.17 release Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-04-26-3.xml M include/releases.inc M include/version.inc A releases/7_1_17.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 393f1ca..bee4e1e 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,7 +6,61 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> - +<section class="version" id="7.1.17"><!-- {{{ 7.1.17 --> +<h3>Version 7.1.17</h3> +<b><?php release_date('26-Apr-2018'); ?></b> +<ul><li>Date: +<ul> + <li><?php bugfix(76131); ?> (mismatch arginfo for date_create).</li> +</ul></li> +<li>Exif: +<ul> + <li>Fixed bug#76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(68440); ?> (ERROR: failed to reload: execvp() failed: Argument list too long).</li> + <li>Fixed incorrect write to getenv result in FPM reload.</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(52070); ?> (imagedashedline() - dashed line sometimes is not visible).</li> +</ul></li> +<li>iconv: +<ul> + <li><?php bugfix(76249); ?> (stream filter convert.iconv leads to infinite loop on invalid sequence).</li> +</ul></li> +<li>intl: +<ul> + <li><?php bugfix(76153); ?> (Intl compilation fails with icu4c 61.1).</li> +</ul></li> +<li>ldap: +<ul> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> +</ul></li> +<li>mbstring: +<ul> + <li><?php bugfix(75944); ?> (Wrong cp1251 detection).</li> + <li><?php bugfix(76113); ?> (mbstring does not build with Oniguruma 6.8.1).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> +</ul></li> +<li>phpdbg: +<ul> + <li><?php bugfix(76143); ?> (Memory corruption: arbitrary NUL overwrite).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(76131); ?> (mismatch arginfo for splarray constructor).</li> +</ul></li> +<li>standard: +<ul> + <li><?php bugfix(75996); ?> (incorrect url in header for mt_rand).</li> +</ul></li> +</ul> +<!-- }}} --></section> <section class="version" id="7.0.30"><!-- {{{ 7.0.30 --> <h3>Version 7.0.30</h3> <b><?php release_date('26-Apr-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index ab77350..835c308 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/2018-04-26-3.xml"/> <xi:include href="entries/2018-04-26-2.xml"/> <xi:include href="entries/2018-04-26-1.xml"/> <xi:include href="entries/2018-04-25-1.xml"/> diff --git a/archive/entries/2018-04-26-3.xml b/archive/entries/2018-04-26-3.xml new file mode 100644 index 0000000..4b9564a --- /dev/null +++ b/archive/entries/2018-04-26-3.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.17 Released</title> + <id>http://php.net/archive/2018.php#id2018-04-26-3</id> + <published>2018-04-26T16:11:23+00:00</published> + <updated>2018-04-26T16:11:23+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-04-26-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-04-26-3" 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.17. This is a security fix release, containing many bugfixes. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.17 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.17">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 6693040..82e6cf7 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_16.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.16.tar.bz2', + 'name' => 'PHP 7.1.16 (tar.bz2)', + 'sha256' => '348e2af9c7c0f327a57a972674078777dfde189e2598acbcb8618b9645b0e7e5', + 'date' => '29 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.16.tar.gz', + 'name' => 'PHP 7.1.16 (tar.gz)', + 'sha256' => 'c8e6fed5b350b29a5b9eaa9fce7c5e8618629346e9a58212f3dc380046065442', + 'date' => '29 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.16.tar.xz', + 'name' => 'PHP 7.1.16 (tar.xz)', + 'sha256' => 'a5d67e477248a3911af7ef85c8400c1ba8cd632184186fd31070b96714e669f1', + 'date' => '29 Mar 2018', + ), + ), + 'date' => '29 Mar 2018', + 'museum' => false, + ), '7.0.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b3ce4d7..4e65349 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,12 +32,12 @@ $PHP_7_2_SHA256 = array( $PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "15 Mar 2018"; -$PHP_7_1_VERSION = "7.1.16"; -$PHP_7_1_DATE = "29 Mar 2018"; +$PHP_7_1_VERSION = "7.1.17"; +$PHP_7_1_DATE = "26 Apr 2018"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "348e2af9c7c0f327a57a972674078777dfde189e2598acbcb8618b9645b0e7e5", - "tar.gz" => "c8e6fed5b350b29a5b9eaa9fce7c5e8618629346e9a58212f3dc380046065442", - "tar.xz" => "a5d67e477248a3911af7ef85c8400c1ba8cd632184186fd31070b96714e669f1", + "tar.bz2" => "e124e3ac552c50f3890ed981d07b2ee473cac961885e75186ded0bbb5b78dbcf", + "tar.gz" => "aba44265bf814a020282afa63321323e1f81da61bd7318ab2b941857a15cb144", + "tar.xz" => "1a784806866e06367f7a5c88775d239d6f30041c7ce65a8232d03a3d4de56d56", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_17.php b/releases/7_1_17.php new file mode 100644 index 0000000..6385f73 --- /dev/null +++ b/releases/7_1_17.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_1_17.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.17 Release Announcement"); +?> + + <h1>PHP 7.1.17 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.17. This is a security fix release, containing many bugfixes. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.17 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.17">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
