Commit: 940d05a5d899814b63e55c2725e7dc9f5a59f77f
Author: Anatol Belski <[email protected]> Thu, 16 Mar 2017 11:54:50 +0100
Parents: a1ac26e5c9c2765e1239ddf6de1f9aacc1aa7a2a
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=940d05a5d899814b63e55c2725e7dc9f5a59f77f
Log:
7.0.17 announce
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2017-03-16-1.xml
M include/releases.inc
M include/version.inc
A releases/7_0_17.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 5005bf3..dd9e931 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,72 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.0.17"><!-- {{{ 7.0.17 -->
+<h3>Version 7.0.17</h3>
+<b><?php release_date('16-Mar-2017'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(73989); ?> (PHP 7.1 Segfaults within Symfony test
suite).</li>
+ <li><?php bugfix(74084); ?> (Out of bound read - zend_mm_alloc_small).</li>
+ <li><?php bugfix(73807); ?> (Performance problem with processing large post
request).</li>
+ <li><?php bugfix(73998); ?> (array_key_exists fails on arrays created by
get_object_vars).</li>
+ <li><?php bugfix(73954); ?> (NAN check fails on Alpine Linux with musl).</li>
+ <li><?php bugfix(74039); ?> (is_infinite(-INF) returns false).</li>
+ <li><?php bugfix(73677); ?> (Generating phar.phar core dump with gcc ASAN
enabled build).</li>
+</ul></li>
+<li>Apache:
+<ul>
+ <li><?php bugfix(61471); ?> (Incomplete POST does not timeout but is passed
to PHP).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li><?php bugfix(72719); ?> (Relative datetime format ignores weekday on
sundays only).</li>
+ <li><?php bugfix(73294); ?> (DateTime wrong when date string is
negative).</li>
+ <li><?php bugfix(73489); ?> (wrong timestamp when call setTimeZone multi
times with UTC offset).</li>
+ <li><?php bugfix(73858); ?> (first/last day of' flag is not being
reset).</li>
+ <li><?php bugfix(73942); ?> ($date->modify('Friday this week') doesn't
return a Friday if $date is a Sunday).</li>
+ <li><?php bugfix(74057); ?> (wrong day when using "this week" in
strtotime).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(69860); ?> (php-fpm process accounting is broken with
keepalive).</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li><?php bugfix(73127); ?> (gost-crypto hash incorrect if input data
contains long 0xFF sequence).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(74031); ?> (ReflectionFunction for imagepng is missing last
two parameters).</li>
+</ul></li>
+<li>Mysqlnd:
+<ul>
+ <li><?php bugfix(74021); ?> (fetch_array broken data. Data more then
MEDIUMBLOB).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(74152); ?> (if statement says true to a null variable).</li>
+ <li><?php bugfix(74019); ?> (Segfault with list).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li><?php bugfix(74022); ?> (PHP Fast CGI crashes when reading from a pfx
file).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(74148); ?> (ReflectionFunction incorrectly reports the
number of arguments).</li>
+ <li><?php bugfix(74005); ?> (mail.add_x_header causes RFC-breaking lone line
feed).</li>
+ <li><?php bugfix(73118); ?> (is_callable callable name reports misleading
value for anonymous classes).</li>
+ <li><?php bugfix(74105); ?> (PHP on Linux should use /dev/urandom when
getrandom is not available).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li><?php bugfix(73496); ?> (Invalid memory access in
zend_inline_hash_func).</li>
+ <li><?php bugfix(74090); ?> (stream_get_contents maxlength>-1 returns
empty string).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="7.1.2"><!-- {{{ 7.1.2 -->
<h3>Version 7.1.2</h3>
<b><?php release_date('16-Feb-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d1a7ef9..bd86679 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/2017-03-16-1.xml"/>
<xi:include href="entries/2017-03-14-1.xml"/>
<xi:include href="entries/2017-03-04-1.xml"/>
<xi:include href="entries/2017-03-03-1.xml"/>
diff --git a/archive/entries/2017-03-16-1.xml b/archive/entries/2017-03-16-1.xml
new file mode 100644
index 0000000..12c1556
--- /dev/null
+++ b/archive/entries/2017-03-16-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.0.17 Released</title>
+ <id>http://php.net/archive/2017.php#id2017-03-16-1</id>
+ <published>2017-03-16T13:00:00+01:00</published>
+ <updated>2017-03-16T13:00:00+01:00</updated>
+ <category term="releases" label="New PHP release"/>
+ <category term="frontpage" label="PHP.net frontpage news"/>
+ <link href="http://php.net/index.php#id2017-03-16-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2017.php#id2017-03-16-1" 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.0.17. Several bugs have been fixed.
+
+ All PHP 7.0 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.0.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.0.17">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index ff30ff6..f9fb980 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.0.16' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_0_16.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.0.16.tar.bz2',
+ 'name' => 'PHP 7.0.16 (tar.bz2)',
+ 'md5' => 'ef8efd33842f1b2e6ea60bb54b418a6e',
+ 'sha256' =>
'83c5f57575dc0feca563af529d6f1d60183bf9c2c13e98a6da131fbd0a3597ab',
+ 'date' => '16 Feb 2017',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.0.16.tar.gz',
+ 'name' => 'PHP 7.0.16 (tar.gz)',
+ 'md5' => '1ea52de602608a54527698908019fff3',
+ 'sha256' =>
'bc6709dc7612957d0533c09c9c8a9c2e7c4fd9d64e697707bb1b39670eab61d4',
+ 'date' => '16 Feb 2017',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.0.16.tar.xz',
+ 'name' => 'PHP 7.0.16 (tar.xz)',
+ 'md5' => '6161aba9d24322d889da5d2ff944bddf',
+ 'sha256' =>
'244ac39bc657448962860aa7a590e4417f68513ad5e86ee2727b1328b0537309',
+ 'date' => '16 Feb 2017',
+ ),
+ ),
+ 'date' => '16 Feb 2017',
+ 'museum' => false,
+ ),
'7.1.1' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 71efd06..46e2c74 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -35,20 +35,20 @@ $PHP_7_1_SHA256 = array(
);
/* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.17RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_7_0_RC_DATE = "02 Mar 2017";
$PHP_7_0_VERSION = "7.0.16";
-$PHP_7_0_DATE = "16 Feb 2017";
+$PHP_7_0_DATE = "16 Mar 2017";
$PHP_7_0_MD5 = array(
- "tar.bz2" => "ef8efd33842f1b2e6ea60bb54b418a6e",
- "tar.gz" => "1ea52de602608a54527698908019fff3",
- "tar.xz" => "6161aba9d24322d889da5d2ff944bddf",
+ "tar.bz2" => "12ebc113a221959cebaf33ba22fd46c1",
+ "tar.gz" => "5fd4e26265b213610a4be7fdc88dcee4",
+ "tar.xz" => "549df69a7a3c79d49fcafe2097579d9e",
);
$PHP_7_0_SHA256 = array(
- "tar.bz2" =>
"83c5f57575dc0feca563af529d6f1d60183bf9c2c13e98a6da131fbd0a3597ab",
- "tar.gz" =>
"bc6709dc7612957d0533c09c9c8a9c2e7c4fd9d64e697707bb1b39670eab61d4",
- "tar.xz" =>
"244ac39bc657448962860aa7a590e4417f68513ad5e86ee2727b1328b0537309",
+ "tar.bz2" =>
"aee503926b96d807692fac3e0fd64e3259788f5139819a983152679cb6e91d4b",
+ "tar.gz" =>
"1f42ffe9895dad746baf4a0e8d81f2272f55fdef66cf298ac911d8791ceb1e80",
+ "tar.xz" =>
"471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be",
);
/* PHP 5.6 Release */
diff --git a/releases/7_0_17.php b/releases/7_0_17.php
new file mode 100644
index 0000000..e1399c5
--- /dev/null
+++ b/releases/7_0_17.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_17.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.17 Release Announcement");
+?>
+
+ <h1>PHP 7.0.17 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.0.17. Several bugs have been fixed.
+
+ All PHP 7.0 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.0.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.0.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