Commit: 6ba466c912e32e7aaecfbf112b92d7970c454d00
Author: Joe Watkins <krak...@php.net> Thu, 19 Jan 2017 09:58:04 +0000
Parents: f622e05e0e11458d8ff5cbc831cd6c6aefea94fa
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=6ba466c912e32e7aaecfbf112b92d7970c454d00
Log:
release 7.1.1
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2017-01-19-1.xml
M include/releases.inc
M include/version.inc
A releases/7_1_1.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 503a660..eb4ab10 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,124 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.1.1"><!-- {{{ 7.1.1 -->
+<h3>Version 7.1.1</h3>
+<b><?php release_date('19-Jan-2017'); ?></b>
+<ul>
+ <li>
+ Core
+ <ul>
+ <li><?php bugfix(73792); ?> (invalid foreach loop hangs
script).</li>
+ <li><?php bugfix(73686); ?> (Adding settype()ed values to
ArrayObject results in references).</li>
+ <li><?php bugfix(73663); ?> ("Invalid opcode 65/16/8" occurs
with a variable created with list()).</li>
+ <li><?php bugfix(73727); ?> (ZEND_MM_BITSET_LEN is "undefined
symbol" in zend_bitset.h).</li>
+ <li><?php bugfix(73753); ?> (unserialized array pointer not
advancing).</li>
+ <li><?php bugfix(73783); ?> (SIG_IGN doesn't work when Zend
Signals is enabled).</li>
+ <li><?php bugfix(73825); ?> (Heap out of bounds read on
unserialize in finish_nested_data()).</li>
+ <li><?php bugfix(73831); ?> (NULL Pointer Dereference while
unserialize php object).</li>
+ <li><?php bugfix(73832); ?> (Use of uninitialized memory in
unserialize()).</li>
+ </ul>
+ </li>
+ <li>
+ CLI
+ <ul>
+ <li><?php bugfix(72555); ?> (CLI output(japanese) on
Windows).</li>
+ </ul>
+ </li>
+ <li>
+ COM
+ <ul>
+ <li><?php bugfix(73679); ?> (DOTNET read access violation using
invalid codepage).</li>
+ </ul>
+ </li>
+ <li>
+ DOM
+ <ul>
+ <li><?php bugfix(67474); ?> (getElementsByTagNameNS filter on
default ns).</li>
+ </ul>
+ </li>
+ <li>
+ EXIF
+ <ul>
+ <li><?php bugfix(73737); ?> (FPE when parsing a tag
format).</li>
+ </ul>
+ </li>
+ <li>
+ GD
+ <ul>
+ <li><?php bugfix(73869); ?> (Signed Integer Overflow
gd_io.c).</li>
+ <li><?php bugfix(73868); ?> (DOS vulnerability in
gdImageCreateFromGd2Ctx()).</li>
+ </ul>
+ </li>
+ <li>
+ mbstring
+ <ul>
+ <li><?php bugfix(73646); ?> (mb_ereg_search_init null pointer
dereference).</li>
+ </ul>
+ </li>
+ <li>
+ MySQLi
+ <ul>
+ <li><?php bugfix(73462); ?> (Persistent connections don't set
$connect_errno).</li>
+ </ul>
+ </li>
+ <li>
+ mysqlnd
+ <ul>
+ <li>Optimized handling of BIT fields - less memory copies and
lower memory usage.</li>
+ <li><?php bugfix(73800); ?> (sporadic segfault with
MYSQLI_OPT_INT_AND_FLOAT_NATIVE).</li>
+ </ul>
+ </li>
+ <li>
+ opcache
+ <ul>
+ <li><?php bugfix(73789); ?> (Strange behavior of class
constants in switch/case block).</li>
+ <li><?php bugfix(73746); ?> (Method that returns string returns
UNKNOWN:0 instead).</li>
+ <li><?php bugfix(73654); ?> (Segmentation fault in
zend_call_function).</li>
+ <li><?php bugfix(73668); ?> ("SIGFPE Arithmetic exception" in
opcache when divide by minus 1).</li>
+ <li><?php bugfix(73847); ?> (Recursion when a variable is
redefined as array).</li>
+ </ul>
+ </li>
+ <li>
+ PDO Firebird
+ <ul>
+ <li><?php bugfix(72931); ?> (PDO_FIREBIRD with Firebird 3.0 not
work on returning statement).</li>
+ </ul>
+ </li>
+ <li>
+ phpdbg
+ <ul>
+ <li><?php bugfix(73794); ?> (Crash (out of memory) when using
run and # command separator).</li>
+ <li><?php bugfix(73704); ?> (phpdbg shows the wrong line in
files with shebang).</li>
+ </ul>
+ </li>
+ <li>
+ SQLite3
+ <ul>
+ <li>Reverted fix for <?php bugfix(73530); ?> (Unsetting result
set may reset other result set).</li>
+ </ul>
+ </li>
+ <li>
+ Standard
+ <ul>
+ <li><?php bugfix(73594); ?> (dns_get_record does not populate
$additional out parameter).</li>
+ <li><?php bugfix(70213); ?> (Unserialize context shared on
double class lookup).</li>
+ <li><?php bugfix(73154); ?> (serialize object with __sleep
function crash).</li>
+ <li><?php bugfix(70490); ?> (get_browser function is very
slow).</li>
+ <li><?php bugfix(73265); ?> (Loading browscap.ini at startup
causes high memory usage).</li>
+ <li>(add subject to mail log).</li>
+ <li><?php bugfix(31875); ?> (get_defined_functions additional
param to exclude disabled functions).</li>
+ </ul>
+ </li>
+ <li>
+ zlib
+ <ul>
+ <li><?php bugfix(73373); ?> (deflate_add does not verify that
output was not truncated).</li>
+ </ul>
+ </li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="7.0.14"><!-- {{{ 7.0.14 -->
<h3>Version 7.0.14</h3>
<b><?php release_date('08-Dec-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 1e93c8b..f68e3a0 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/2017-01-19-1.xml"/>
<xi:include href="entries/2016-12-27-1.xml"/>
<xi:include href="entries/2016-12-20-1.xml"/>
<xi:include href="entries/2016-12-08-2.xml"/>
diff --git a/archive/entries/2017-01-19-1.xml b/archive/entries/2017-01-19-1.xml
new file mode 100644
index 0000000..ecfe441
--- /dev/null
+++ b/archive/entries/2017-01-19-1.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.1.1 Released</title>
+ <id>http://php.net/archive/2017.php#id2017-01-19-1</id>
+ <published>2017-01-19T09:56:45+00:00</published>
+ <updated>2017-01-19T09:56:45+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#id2017-01-19-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2017.php#id2017-01-19-1" rel="via"
type="text/html"/>
+ <content type="xhtml">
+ <div xmlns="http://www.w3.org/1999/xhtml">
+ The PHP development team announces the immediate availability of PHP
+ 7.1.1. Several bugs have been fixed.
+
+ All PHP 7.1 users are encouraged to upgrade to this version.
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 8ed4beb..47b99a4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.1.0' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_1_0.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.1.0.tar.bz2',
+ 'name' => 'PHP 7.1.0 (tar.bz2)',
+ 'md5' => '54e364b60a88db77adb96aacb10f10a4',
+ 'sha256' =>
'68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61',
+ 'date' => '01 Dec 2016',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.1.0.tar.gz',
+ 'name' => 'PHP 7.1.0 (tar.gz)',
+ 'md5' => 'ec2218f97b4edbc35a2d7919ff37a662',
+ 'sha256' =>
'9e84c5b13005c56374730edf534fe216f6a2e63792a9703d4b894e770bbccbae',
+ 'date' => '01 Dec 2016',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.1.0.tar.xz',
+ 'name' => 'PHP 7.1.0 (tar.xz)',
+ 'md5' => 'cf36039303c47f493100afea522a8f53',
+ 'sha256' =>
'a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6',
+ 'date' => '01 Dec 2016',
+ ),
+ ),
+ 'date' => '01 Dec 2016',
+ 'museum' => false,
+ ),
'7.0.13' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index ad0a75e..8635838 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,20 +18,20 @@
*/
/* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.1RC1"; // 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 = "05 Jan 2017";
-$PHP_7_1_VERSION = "7.1.0";
-$PHP_7_1_DATE = "01 Dec 2016";
+$PHP_7_1_VERSION = "7.1.1";
+$PHP_7_1_DATE = "19 Jan 2017";
$PHP_7_1_MD5 = array(
- "tar.bz2" => "54e364b60a88db77adb96aacb10f10a4",
- "tar.gz" => "ec2218f97b4edbc35a2d7919ff37a662",
- "tar.xz" => "cf36039303c47f493100afea522a8f53",
+ "tar.bz2" => "cd5b7dfc4bcf99fe11cae7917e9453e1",
+ "tar.gz" => "7c565ddf31d69dbc19027e51b6968b79",
+ "tar.xz" => "65eef256f6e7104a05361939f5e23ada",
);
$PHP_7_1_SHA256 = array(
- "tar.bz2" =>
"68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61",
- "tar.gz" =>
"9e84c5b13005c56374730edf534fe216f6a2e63792a9703d4b894e770bbccbae",
- "tar.xz" =>
"a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6",
+ "tar.bz2" =>
"d791d39d7b54ec42441a05a5f06d68a495647d843210e3ae4f2c6adb99c675bc",
+ "tar.gz" =>
"c136279d539c3c2c25176bf149c14913670e79bb27ee6b73e1cd69003985a70d",
+ "tar.xz" =>
"b3565b0c1441064eba204821608df1ec7367abff881286898d900c2c2a5ffe70",
);
/* PHP 7.0 Release */
diff --git a/releases/7_1_1.php b/releases/7_1_1.php
new file mode 100644
index 0000000..ff2472b
--- /dev/null
+++ b/releases/7_1_1.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_1.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.1 Release Announcement");
+?>
+
+ <h1>PHP 7.1.1 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.1.1. Several bugs have been fixed.
+
+ All PHP 7.1 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.1.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.1.1">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php