Skip to content

Commit

Permalink
7.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Mar 30, 2018
1 parent e614307 commit 41e9d28
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 6 deletions.
37 changes: 37 additions & 0 deletions ChangeLog-7.php
Expand Up @@ -7,6 +7,43 @@

<h1>PHP 7 ChangeLog</h1>

<section class="version" id="7.1.16"><!-- {{{ 7.1.16 -->
<h3>Version 7.1.16</h3>
<b><?php release_date('29-Mar-2018'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(76025); ?> (Segfault while throwing exception in error_handler).</li>
<li><?php bugfix(76044); ?> ('date: illegal option -- -' in ./configure on FreeBSD).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(73957); ?> (signed integer conversion in imagescale()).</li>
</ul></li>
<li>ODBC:
<ul>
<li><?php bugfix(76088); ?> (ODBC functions are not available by default on Windows).</li>
</ul></li>
<li>Opcache:
<ul>
<li><?php bugfix(76074); ?> (opcache corrupts variable in for-loop).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(76085); ?> (Segmentation fault in buildFromIterator when directory name contains a \n).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(74139); ?> (mail.add_x_header default inconsistent with docs).</li>
<li><?php bugfix(76068); ?> (parse_ini_string fails to parse "[foo]\nbar=1|&gt;baz" with segfault).</li>
</ul></li>
</ul>
<!-- }}} --></section>


<section class="version" id="7.2.4"><!-- {{{ 7.2.4 -->
<h3>Version 7.2.4</h3>
<b><?php release_date('29-Mar-2018'); ?></b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2018-03-30-2.xml"/>
<xi:include href="entries/2018-03-30-1.xml"/>
<xi:include href="entries/2018-03-29-3.xml"/>
<xi:include href="entries/2018-03-29-2.xml"/>
Expand Down
25 changes: 25 additions & 0 deletions archive/entries/2018-03-30-2.xml
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.1.16 Released</title>
<id>http://php.net/archive/2018.php#id2018-03-30-2</id>
<published>2018-03-30T05:35:50+00:00</published>
<updated>2018-03-30T05:35:50+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-03-30-2" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2018.php#id2018-03-30-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.16. This is a security fix release, containing one security fix and many bug fixes.

All PHP 7.1 users are encouraged to upgrade to this version.
</p>

<p>For source downloads of PHP 7.1.16 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.16">ChangeLog</a>.
</p>
</div>
</content>
</entry>
33 changes: 33 additions & 0 deletions include/releases.inc
Expand Up @@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
'7.1.15' =>
array (
'announcement' =>
array (
'English' => '/releases/7_1_15.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-7.1.15.tar.bz2',
'name' => 'PHP 7.1.15 (tar.bz2)',
'sha256' => 'e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd',
'date' => '1 Mar 2018',
),
1 =>
array (
'filename' => 'php-7.1.15.tar.gz',
'name' => 'PHP 7.1.15 (tar.gz)',
'sha256' => '0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4',
'date' => '1 Mar 2018',
),
2 =>
array (
'filename' => 'php-7.1.15.tar.xz',
'name' => 'PHP 7.1.15 (tar.xz)',
'sha256' => '0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817',
'date' => '1 Mar 2018',
),
),
'date' => '1 Mar 2018',
'museum' => false,
),
'7.2.3' =>
array (
'announcement' =>
Expand Down
12 changes: 6 additions & 6 deletions include/version.inc
Expand Up @@ -29,15 +29,15 @@ $PHP_7_2_SHA256 = array(
);

/* PHP 7.1 Release */
$PHP_7_1_RC = "7.1.16RC1"; // 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 = "15 Mar 2018";

$PHP_7_1_VERSION = "7.1.15";
$PHP_7_1_DATE = "1 Mar 2018";
$PHP_7_1_VERSION = "7.1.16";
$PHP_7_1_DATE = "29 Mar 2018";
$PHP_7_1_SHA256 = array(
"tar.bz2" => "e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd",
"tar.gz" => "0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4",
"tar.xz" => "0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817",
"tar.bz2" => "348e2af9c7c0f327a57a972674078777dfde189e2598acbcb8618b9645b0e7e5",
"tar.gz" => "c8e6fed5b350b29a5b9eaa9fce7c5e8618629346e9a58212f3dc380046065442",
"tar.xz" => "a5d67e477248a3911af7ef85c8400c1ba8cd632184186fd31070b96714e669f1",
);

/* PHP 7.0 Release */
Expand Down
22 changes: 22 additions & 0 deletions releases/7_1_16.php
@@ -0,0 +1,22 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/7_1_16.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 7.1.16 Release Announcement");
?>

<h1>PHP 7.1.16 Release Announcement</h1>

<p>The PHP development team announces the immediate availability of PHP
7.1.16. This is a security fix release, containing one security fix and many bug fixes.

All PHP 7.1 users are encouraged to upgrade to this version.
</p>

<p>For source downloads of PHP 7.1.16 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.16">ChangeLog</a>.
</p>


<?php site_footer(); ?>

0 comments on commit 41e9d28

Please sign in to comment.