Commit:    e4e6e9155a32833838bfb8ee4c7231730c92c70f
Author:    Joe Watkins <krak...@php.net>         Thu, 3 Aug 2017 15:36:41 +0100
Parents:   714d51b94b887088dcec1d1ba36e4ec707cd071b
Branches:  master

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

Log:
release 7.1

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-08-03-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_8.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 1a30af4..352c8c7 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,60 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.8"><!-- {{{ 7.1.8 -->
+<h3>Version 7.1.8</h3>
+<b><?php release_date('03-Aug-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(74832); ?> (Loading PHP extension with already registered 
function name leads to a crash).</li>
+  <li><?php bugfix(74780); ?> (parse_url() broken when query string contains 
colon).</li>
+  <li><?php bugfix(74761); ?> (Unary operator expected error on some 
systems).</li>
+  <li><?php bugfix(73900); ?> (Use After Free in unserialize() 
SplFixedArray).</li>
+  <li><?php bugfix(74923); ?> (Crash when crawling through network share).</li>
+  <li><?php bugfix(74913); ?> (fixed incorrect poll.h include).</li>
+  <li><?php bugfix(74906); ?> (fixed incorrect errno.h include).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(74852); ?> (property_exists returns true on unknown 
DateInterval property).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li><?php bugfix(74625); ?> (Integer overflow in 
oci_bind_array_by_name).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(74623); ?> (Infinite loop in type inference when using 
HTMLPurifier).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(74798); ?> (pkcs7_en/decrypt does not work if \x0a is used 
in content).</li>
+  <li>Added OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding and fix 
bug #71917 (openssl_open() returns junk on envelope &lt; 16 bytes) and bug 
#72362 (OpenSSL Blowfish encryption is incorrect for short keys).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(69356); ?> (PDOStatement::debugDumpParams() truncates 
query).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(73471); ?> (PHP freezes with AppendIterator).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li><?php bugfix(74883); ?> (SQLite3::__construct() produces "out of memory" 
exception with invalid flags).</li>
+</ul></li>
+<li>Wddx:
+<ul>
+  <li><?php bugfix(73173); ?> (huge memleak when wddx_unserialize).</li>
+</ul></li>
+<li>zlib:
+<ul>
+  <li><?php bugfix(73944); ?> (dictionary option of inflate_init() does not 
work).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="7.0.22"><!-- {{{ 7.0.22 -->
 <h3>Version 7.0.22</h3>
 <b><?php release_date('03-Aug-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7d03a22..c3471d4 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-08-03-3.xml"/>
   <xi:include href="entries/2017-08-03-2.xml"/>
   <xi:include href="entries/2017-08-03-1.xml"/>
   <xi:include href="entries/2017-07-20-1.xml"/>
diff --git a/archive/entries/2017-08-03-3.xml b/archive/entries/2017-08-03-3.xml
new file mode 100644
index 0000000..db3958a
--- /dev/null
+++ b/archive/entries/2017-08-03-3.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.8 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-08-03-3</id>
+  <published>2017-08-03T14:35:42+00:00</published>
+  <updated>2017-08-03T14:35:42+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-08-03-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-08-03-3"; 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.8. This is a bugfix 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.8 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.8";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index c20d515..2f050b7 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.7' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_7.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.7.tar.bz2',
+          'name' => 'PHP 7.1.7 (tar.bz2)',
+          'sha256' => 
'079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8',
+          'date' => '06 Jul 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.7.tar.gz',
+          'name' => 'PHP 7.1.7 (tar.gz)',
+          'sha256' => 
'e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92',
+          'date' => '06 Jul 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.7.tar.xz',
+          'name' => 'PHP 7.1.7 (tar.xz)',
+          'sha256' => 
'0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729',
+          'date' => '06 Jul 2017',
+        ),
+      ),
+      'date' => '06 Jul 2017',
+      'museum' => false,
+    ),
     '7.0.21' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 6721ed7..b15cc33 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,15 +17,15 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.8RC1"; // 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 = "20 Jul 2017";
 
-$PHP_7_1_VERSION         = "7.1.7";
-$PHP_7_1_DATE            = "06 Jul 2017";
+$PHP_7_1_VERSION         = "7.1.8";
+$PHP_7_1_DATE            = "03 Aug 2017";
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8",
-    "tar.gz"        => 
"e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92",
-    "tar.xz"        => 
"0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729",
+    "tar.bz2"       => 
"7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8",
+    "tar.gz"        => 
"63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04",
+    "tar.xz"        => 
"8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_8.php b/releases/7_1_8.php
new file mode 100644
index 0000000..0e1aacf
--- /dev/null
+++ b/releases/7_1_8.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_8.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.8 Release Announcement");
+?>
+
+    <h1>PHP 7.1.8 Release Announcement</h1>
+     
+  <p>The PHP development team announces the immediate availability of PHP
+  7.1.8. This is a bugfix 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.8 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.8";>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