1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

7.2.1 and 7.1.13

This commit is contained in:
Sara Golemon
2018-01-04 09:55:01 -05:00
parent 975426916b
commit 121f70f8a2
7 changed files with 213 additions and 12 deletions

View File

@@ -7,6 +7,114 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<h1>PHP 7 ChangeLog</h1>
<section class="version" id="7.2.1"><!-- {{{ 7.2.1 -->
<h3>Version 7.2.1</h3>
<b><?php release_date('04-Jan-2018'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(75573); ?> (Segmentation fault in 7.1.12 and 7.0.26).</li>
<li><?php bugfix(75384); ?> (PHP seems incompatible with OneDrive files on demand).</li>
<li><?php bugfix(75525); ?> (Access Violation in vcruntime140.dll).</li>
<li><?php bugfix(74862); ?> (Unable to clone instance when private __clone defined).</li>
<li><?php bugfix(75074); ?> (php-process crash when is_file() is used with strings longer 260 chars).</li>
</ul></li>
<li>CLI server:
<ul>
<li><?php bugfix(73830); ?> (Directory does not exist).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between requests).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(75571); ?> (Potential infinite loop in gdImageCreateFromGifCtx).</li>
</ul></li>
<li>Opcache:
<ul>
<li><?php bugfix(75608); ?> ("Narrowing occurred during type inference" error).</li>
<li><?php bugfix(75579); ?> (Interned strings buffer overflow may cause crash).</li>
<li><?php bugfix(75570); ?> ("Narrowing occurred during type inference" error).</li>
<li><?php bugfix(75556); ?> (Invalid opcode 138/1/1).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(74183); ?> (preg_last_error not returning error code after error).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(74782); ?> (remove file name from output to avoid XSS).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(75511); ?> (fread not free unused buffer).</li>
<li><?php bugfix(75514); ?> (mt_rand returns value outside [$min,$max]+ on 32-bit) (Remi)</li>
<li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault).</li>
<li><?php bugfix(75409); ?> (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).</li>
<li><?php bugfix(73124); ?> (php_ini_scanned_files() not reporting correctly).</li>
<li><?php bugfix(75574); ?> (putenv does not work properly if parameter contains non-ASCII unicode character).</li>
</ul></li>
<li>Zip:
<ul>
<li><?php bugfix(75540); ?> (Segfault with libzip 1.3.1).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.1.13"><!-- {{{ 7.1.13 -->
<h3>Version 7.1.13</h3>
<b><?php release_date('04-Jan-2018'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(75573); ?> (Segmentation fault in 7.1.12 and 7.0.26).</li>
<li><?php bugfix(75384); ?> (PHP seems incompatible with OneDrive files on demand).</li>
<li><?php bugfix(74862); ?> (Unable to clone instance when private __clone defined).</li>
<li><?php bugfix(75074); ?> (php-process crash when is_file() is used with strings longer 260 chars).</li>
</ul></li>
<li>CLI Server:
<ul>
<li><?php bugfix(60471); ?> (Random "Invalid request (unexpected EOF)" using a router script).</li>
<li><?php bugfix(73830); ?> (Directory does not exist).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between requests).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(75571); ?> (Potential infinite loop in gdImageCreateFromGifCtx).</li>
</ul></li>
<li>Opcache:
<ul>
<li><?php bugfix(75608); ?> ("Narrowing occurred during type inference" error).</li>
<li><?php bugfix(75579); ?> (Interned strings buffer overflow may cause crash).</li>
<li><?php bugfix(75570); ?> ("Narrowing occurred during type inference" error).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(74183); ?> (preg_last_error not returning error code after error).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(74782); ?> (remove file name from output to avoid XSS).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(75511); ?> (fread not free unused buffer).</li>
<li><?php bugfix(75514); ?> (mt_rand returns value outside [$min,$max]+ on 32-bit) (Remi)</li>
<li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault).</li>
<li><?php bugfix(75409); ?> (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).</li>
<li><?php bugfix(73124); ?> (php_ini_scanned_files() not reporting correctly).</li>
<li><?php bugfix(75574); ?> (putenv does not work properly if parameter contains non-ASCII unicode character).</li>
</ul></li>
<li>Zip:
<ul>
<li><?php bugfix(75540); ?> (Segfault with libzip 1.3.1).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.0.27"><!-- {{{ 7.0.27 -->
<h3>Version 7.0.27</h3>
<b><?php release_date('04-Jan-2018'); ?></b>

View File

@@ -9,6 +9,8 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2018-01-04-3.xml"/>
<xi:include href="entries/2018-01-04-2.xml"/>
<xi:include href="entries/2018-01-04-1.xml"/>
<xi:include href="entries/2017-11-30-1.xml"/>
<xi:include href="entries/2017-11-24-1.xml"/>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.2.1 Released</title>
<id>http://php.net/archive/2018.php#id2018-01-04-2</id>
<published>2018-01-04T15:26:15+00:00</published>
<updated>2018-01-04T15:26:15+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-01-04-2" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2018.php#id2018-01-04-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.2.1. This is a bugfix release, with several bug fixes included.</p>
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.2.1 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.2.1">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.1.13 Released</title>
<id>http://php.net/archive/2018.php#id2018-01-04-3</id>
<published>2018-01-04T15:27:53+00:00</published>
<updated>2018-01-04T15:27:53+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-01-04-3" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2018.php#id2018-01-04-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.13. 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.13 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.13">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -17,27 +17,27 @@
*/
/* PHP 7.2 Release */
$PHP_7_2_RC = "7.2.1RC1"; // Current RC version (e.g., '7.2.1RC1') or false
$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
$PHP_7_2_RC_DATE = "14 Dec 2017";
$PHP_7_2_VERSION = "7.2.0";
$PHP_7_2_DATE = "30 Nov 2017";
$PHP_7_2_VERSION = "7.2.1";
$PHP_7_2_DATE = "4 Jan 2018";
$PHP_7_2_SHA256 = array(
"tar.bz2" => "2bfefae4226b9b97879c9d33078e50bdb5c17f45ff6e255951062a529720c64a",
"tar.gz" => "801876abd52e0dc58a44701344252035fd50702d8f510cda7fdb317ab79897bc",
"tar.xz" => "87572a6b924670a5d4aac276aaa4a94321936283df391d702c845ffc112db095",
"tar.bz2" => "fe06793f268a4dd29cbc5f4ef415f01e786877152b02221ad7d18dbb6864eb79",
"tar.gz" => "8ecb2950571054a00687ccbd023874a4a075ccd1e2ec3dc00fc25ef589a77dba",
"tar.xz" => "6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822",
);
/* PHP 7.1 Release */
$PHP_7_1_RC = "7.1.13RC1"; // 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 = "07 December 2017";
$PHP_7_1_VERSION = "7.1.12";
$PHP_7_1_DATE = "23 Nov 2017";
$PHP_7_1_VERSION = "7.1.13";
$PHP_7_1_DATE = "4 Jan 2018";
$PHP_7_1_SHA256 = array(
"tar.bz2" => "f9ce3361ab99dce8f3f2fba663695ac9b18a3579bc8014dc280368d1577d87c4",
"tar.gz" => "188c67d8e424ce7a6fe93475aa64f53182c1d80ca3ac99439651ca91569d969c",
"tar.xz" => "a0118850774571b1f2d4e30b4fe7a4b958ca66f07d07d65ebdc789c54ba6eeb3",
"tar.bz2" => "35fda51d2d44600940185fd5818d336a79e77ab3c98e2bd075091f2f91cf98a1",
"tar.gz" => "12fcbf59c9eb9af215ef38815d5da39b9d74549092c34b0dfc31442699740ce9",
"tar.xz" => "1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10",
);
/* PHP 7.0 Release */

22
releases/7_1_13.php Normal file
View File

@@ -0,0 +1,22 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/7_1_13.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 7.1.13 Release Announcement");
?>
<h1>PHP 7.1.13 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.1.13. 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.13 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.13">ChangeLog</a>.
</p>
<?php site_footer(); ?>

21
releases/7_2_1.php Normal file
View File

@@ -0,0 +1,21 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/7_2_1.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 7.2.1 Release Announcement");
?>
<h1>PHP 7.2.1 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.2.1. This is a bugfix release, with several bug fixes included.</p>
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.2.1 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.2.1">ChangeLog</a>.
</p>
<?php site_footer(); ?>