1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Joe Watkins
2018-03-30 07:36:23 +02:00
parent e614307afa
commit 41e9d28b29
6 changed files with 124 additions and 6 deletions

View File

@@ -7,6 +7,43 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<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>

View File

@@ -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"/>

View File

@@ -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>

View File

@@ -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' =>

View File

@@ -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 */

22
releases/7_1_16.php Normal file
View File

@@ -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(); ?>