Commit:    9379f161fa94bbfab6a5a01b248e8a0867f3f8d1
Author:    Joe Watkins <[email protected]>         Thu, 16 Mar 2017 15:36:46 +0000
Parents:   c0b7f73efd9eae0e6c7a8e80b62bc8ddc204faf6
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=9379f161fa94bbfab6a5a01b248e8a0867f3f8d1

Log:
release 7.1.3

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-03-16-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_3.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index dd9e931..af2bccf 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,70 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.3"><!-- {{{ 7.1.3 -->
+<h3>Version 7.1.3</h3>
+<b><?php release_date('16-Mar-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(74157); ?> (Segfault with nested generators).</li>
+  <li><?php bugfix(74164); ?> (PHP hangs when an invalid value is dynamically 
passed to typehinted by-ref arg).</li>
+  <li><?php bugfix(74093); ?> (Maximum execution time of n+2 seconds exceed 
not written in error_log).</li>
+  <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(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(73837); ?> ("new DateTime()" sometimes returns 1 second ago 
value).</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(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>
+  <li><?php bugfix(74099); ?> (Memory leak with openssl_encrypt()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(74005); ?> (mail.add_x_header causes RFC-breaking lone line 
feed).</li>
+  <li><?php bugfix(74041); ?> (substr_count with length=0 broken).</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&gt;-1 returns 
empty string).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="7.0.17"><!-- {{{ 7.0.17 -->
 <h3>Version 7.0.17</h3>
 <b><?php release_date('16-Mar-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index bd86679..c5e219f 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-2.xml"/>
   <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"/>
diff --git a/archive/entries/2017-03-16-2.xml b/archive/entries/2017-03-16-2.xml
new file mode 100644
index 0000000..01a704c
--- /dev/null
+++ b/archive/entries/2017-03-16-2.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.3 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-03-16-2</id>
+  <published>2017-03-16T15:34:44+00:00</published>
+  <updated>2017-03-16T15:34:44+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-03-16-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-03-16-2"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+          <h1>PHP 7.1.3 Release Announcement</h1>
+     
+          <p>The PHP development team announces the immediate availability of 
PHP
+          7.1.3. 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.3 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.3";>ChangeLog</a>.
+          </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index f9fb980..d0c3570 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.2' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_2.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.2.tar.bz2',
+          'name' => 'PHP 7.1.2 (tar.bz2)',
+          'md5' => 'ec1d51abaea07e4a84f9dca856a0fa81',
+          'sha256' => 
'e0f2214e2366434ee231156ba70cfefd0c59790f050d8727a3f1dc2affa67004',
+          'date' => '16 Feb 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.2.tar.gz',
+          'name' => 'PHP 7.1.2 (tar.gz)',
+          'md5' => '2d1553f3f912b1cb7b9a5ee63230454d',
+          'sha256' => 
'e6773217c9c719ca22abb104ae3d437d53daceaf31faf2e5eeb1f9f5028005d8',
+          'date' => '16 Feb 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.2.tar.xz',
+          'name' => 'PHP 7.1.2 (tar.xz)',
+          'md5' => 'd79afea1870277c86fac903566fb6c5d',
+          'sha256' => 
'd815a0c39fd57bab1434a77ff0610fb507c22f790c66cd6f26e27030c4b3e971',
+          'date' => '16 Feb 2017',
+        ),
+      ),
+      'date' => '16 Feb 2017',
+      'museum' => false,
+    ),
     '7.0.16' => 
     array (
       'announcement' => 
@@ -38,7 +74,7 @@ $OLDRELEASES = array (
       'date' => '16 Feb 2017',
       'museum' => false,
     ),
-       '7.1.1' => 
+    '7.1.1' => 
     array (
       'announcement' => 
       array (
diff --git a/include/version.inc b/include/version.inc
index 33e2d06..19d6b22 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,20 +18,20 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.3RC1"; // 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 = "02 Mar 2017";
 
-$PHP_7_1_VERSION         = "7.1.2";
-$PHP_7_1_DATE            = "16 Feb 2017";
+$PHP_7_1_VERSION         = "7.1.3";
+$PHP_7_1_DATE            = "16 Mar 2017";
 $PHP_7_1_MD5     = array(
-    "tar.bz2"       => "ec1d51abaea07e4a84f9dca856a0fa81",
-    "tar.gz"        => "2d1553f3f912b1cb7b9a5ee63230454d",
-    "tar.xz"        => "d79afea1870277c86fac903566fb6c5d",
+    "tar.bz2"       => "1306085cf74ba682dbcbfb4dff67b650",
+    "tar.gz"        => "d3294c06b207ee23126210f8276032bb",
+    "tar.xz"        => "d604d688be17f4a05b99dbb7fb9581f4",
 );
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"e0f2214e2366434ee231156ba70cfefd0c59790f050d8727a3f1dc2affa67004",
-    "tar.gz"        => 
"e6773217c9c719ca22abb104ae3d437d53daceaf31faf2e5eeb1f9f5028005d8",
-    "tar.xz"        => 
"d815a0c39fd57bab1434a77ff0610fb507c22f790c66cd6f26e27030c4b3e971",
+    "tar.bz2"       => 
"c145924d91b7a253eccc31f8d22f15b61589cd24d78105e56240c1bb6413b94f",
+    "tar.gz"        => 
"4bfadd0012b966eced448497272150ffeede13136a961aacb9e71553b8e929ec",
+    "tar.xz"        => 
"e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_3.php b/releases/7_1_3.php
new file mode 100644
index 0000000..2169e9d
--- /dev/null
+++ b/releases/7_1_3.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_2.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.3 Release Announcement");
+?>
+
+     <h1>PHP 7.1.3 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.1.3. 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.3 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.3";>ChangeLog</a>.
+     </p>
+
+<?php site_footer(); ?>
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to