Commit:    49c475465bab3517c5dbfe7e621ab67edb710412
Author:    Joe Watkins <krak...@php.net>         Thu, 6 Jul 2017 18:36:07 +0100
Parents:   c66f37ab31672abce0c7010ff76609621c47b73d
Branches:  master

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

Log:
7.1.7 release info

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-07-06-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_7.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 67a63ad..bd550fe 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,86 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.7"><!-- {{{ 7.1.7 -->
+<h3>Version 7.1.7</h3>
+<b><?php release_date('06-Jul-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(74738); ?> (Multiple [PATH=] and [HOST=] sections not 
properly parsed).</li>
+  <li><?php bugfix(74658); ?> (Undefined constants in array properties result 
in broken properties).</li>
+  <li>Fixed misparsing of abstract unix domain socket names.</li>
+  <li><?php bugfix(74603); ?> (PHP INI Parsing Stack Buffer Overflow 
Vulnerability).</li>
+  <li><?php bugfix(74101); ?>, bug #74614 (Unserialize Heap Use-After-Free 
(READ: 1) in zval_get_type).</li>
+  <li><?php bugfix(74111); ?> (Heap buffer overread (READ: 1) 
finish_nested_data from unserialize).</li>
+  <li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via 
php_parse_date()).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(74639); ?> (implement clone for DatePeriod and 
DateInterval).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(69373); ?> (References to deleted XPath query results).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(74435); ?> (Buffer over-read into uninitialized 
memory).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(73473); ?> (Stack Buffer Overflow in 
msgfmt_parse_message).</li>
+  <li><?php bugfix(74705); ?> (Wrong reflection on Collator::getSortKey and 
collator_get_sort_key).</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+  <li>Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, 
CVE-2017-9228, CVE-2017-9229) (Remi, Mamoru TASAKA)</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li>Add TAF callback (PR #2459).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(74663); ?> (Segfault with opcache.memory_protect and 
validate_timestamp).</li>
+  <li>Revert opcache.enable_cli to default disabled.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(74720); ?> (pkcs7_en/decrypt does not work if \x1a is used 
in content).</li>
+  <li><?php bugfix(74651); ?> (negative-size-param (-1) in memcpy in 
zif_openssl_seal()).</li>
+</ul></li>
+<li>PDO_OCI:
+<ul>
+  <li>Support Instant Client 12.2 in --with-pdo-oci configure option.</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li><?php bugfix(74673); ?> (Segfault when cast Reflection object to string 
with undefined constant).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(74478); ?> (null coalescing operator failing with 
SplFixedArray).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li><?php bugfix(74598); ?> (ftp:// wrapper ignores context arg).</li>
+</ul></li>
+<li>PHAR:
+<ul>
+  <li><?php bugfix(74386); ?> (Phar::__construct reflection incorrect).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(74679); ?> (Incorrect conversion array with 
WSDL_CACHE_MEMORY).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li><?php bugfix(74556); ?> (stream_socket_get_name() returns '\0').</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="7.0.21"><!-- {{{ 7.0.21 -->
 <h3>Version 7.0.21</h3>
 <b><?php release_date('06-Jul-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index fa79013..aee31ea 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-07-06-3.xml"/>
   <xi:include href="entries/2017-07-06-2.xml"/>
   <xi:include href="entries/2017-07-06-1.xml"/>
   <xi:include href="entries/2017-06-23-1.xml"/>
diff --git a/archive/entries/2017-07-06-3.xml b/archive/entries/2017-07-06-3.xml
new file mode 100644
index 0000000..ecf756e
--- /dev/null
+++ b/archive/entries/2017-07-06-3.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.7 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-07-06-3</id>
+  <published>2017-07-06T17:35:10+00:00</published>
+  <updated>2017-07-06T17:35:10+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-07-06-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-07-06-3"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <h1>PHP 7.1.7 Release Announcement</h1>
+     
+       <p>The PHP development team announces the immediate availability of PHP
+       7.1.7. This is a security release with several bug fixes included.
+     
+       All PHP 7.1 users are encouraged to upgrade to this version.
+       </p>
+     
+       <p>For source downloads of PHP 7.1.7 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.7";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9199395..121a72b 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -3,6 +3,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.6' =>
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_6.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.6.tar.bz2',
+          'name' => 'PHP 7.1.6 (tar.bz2)',
+          'sha256' => 
'6e3576ca77672a18461a4b089c5790647f1b2c19f82e4f5e94c962609aabffcf',
+          'date' => '08 Jun 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.6.tar.gz',
+          'name' => 'PHP 7.1.6 (tar.gz)',
+          'sha256' => 
'7ff8c01af791c7e499ee77e1b82e4b1d56e379efe1f706b1203d48751481fd9f',
+          'date' => '08 Jun 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.6.tar.xz',
+          'name' => 'PHP 7.1.6 (tar.xz)',
+          'sha256' => 
'01584dc521ab7ec84b502b61952f573652fe6aa00c18d6d844fb9209f14b245b',
+          'date' => '08 Jun 2017',
+        ),
+      ),
+      'date' => '08 Jun 2017',
+      'museum' => false,
+    ),
     '7.0.20' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 590208a..dc980a1 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,15 +17,15 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.7RC1"; // 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 = "22 Jun 2017";
 
-$PHP_7_1_VERSION         = "7.1.6";
-$PHP_7_1_DATE            = "08 Jun 2017";
+$PHP_7_1_VERSION         = "7.1.7";
+$PHP_7_1_DATE            = "06 Jul 2017";
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"6e3576ca77672a18461a4b089c5790647f1b2c19f82e4f5e94c962609aabffcf",
-    "tar.gz"        => 
"7ff8c01af791c7e499ee77e1b82e4b1d56e379efe1f706b1203d48751481fd9f",
-    "tar.xz"        => 
"01584dc521ab7ec84b502b61952f573652fe6aa00c18d6d844fb9209f14b245b",
+    "tar.bz2"       => 
"079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8",
+    "tar.gz"        => 
"e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92",
+    "tar.xz"        => 
"0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_7.php b/releases/7_1_7.php
new file mode 100644
index 0000000..d672b39
--- /dev/null
+++ b/releases/7_1_7.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_7.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.7 Release Announcement");
+?>
+
+    <h1>PHP 7.1.7 Release Announcement</h1>
+     
+  <p>The PHP development team announces the immediate availability of PHP
+  7.1.7. This is a security release with several bug fixes included.
+ 
+  All PHP 7.1 users are encouraged to upgrade to this version.
+  </p>
+ 
+  <p>For source downloads of PHP 7.1.7 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.7";>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