Commit:    9bd191a091c370fd29aeba197b59c6c0c40cc387
Author:    Joe Watkins <[email protected]>         Thu, 11 May 2017 18:45:48 +0100
Parents:   5674cd6d93f040c317da73a3955eaa1ea14e20a3
Branches:  master

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

Log:
release info

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-05-11-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_5.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index dd29a04..a6b6ed2 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,79 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.5"><!-- {{{ 7.1.5 -->
+<h3>Version 7.1.5</h3>
+<b><?php release_date('11-May-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(74408); ?> (Endless loop bypassing execution time 
limit).</li>
+  <li><?php bugfix(74353); ?> (Segfault when killing within bash script trap 
code).</li>
+  <li><?php bugfix(74340); ?> (Magic function __get has different behavior in 
php 7.1.x).</li>
+  <li><?php bugfix(74188); ?> (Null coalescing operator fails for undeclared 
static class properties).</li>
+  <li><?php bugfix(74444); ?> (multiple catch freezes in some cases).</li>
+  <li><?php bugfix(74410); ?> (stream_select() is broken on Windows 
Nanoserver).</li>
+  <li><?php bugfix(74337); ?> (php-cgi.exe crash on facebook callback).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(74404); ?> (Wrong reflection on 
DateTimeZone::getTransitions).</li>
+  <li><?php bugfix(74080); ?> (add constant for RFC7231 format datetime).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(74416); ?> (Wrong reflection on DOMNode::cloneNode).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(74379); ?> (syntax error compile error in 
libmagic/apprentice.c).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(74343); ?> (compile fails on solaris 11 with system gd2 
library).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(74376); ?> (Invalid free of persistent results on 
error/connection loss).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(65683); ?> (Intl does not support DateTimeImmutable).</li>
+  <li><?php bugfix(74298); ?> (IntlDateFormatter-&gt;format() doesn't return 
microseconds/fractions).</li>
+  <li><?php bugfix(74433); ?> (wrong reflection for Normalizer methods).</li>
+  <li><?php bugfix(74439); ?> (wrong reflection for Locale methods).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(74456); ?> (Segmentation error while running a script in 
CLI mode).</li>
+  <li><?php bugfix(74431); ?> (foreach infinite loop).</li>
+  <li><?php bugfix(74442); ?> (Opcached version produces a nested array).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(73833); ?> (null character not allowed in 
openssl_pkey_get_private).</li>
+  <li><?php bugfix(73711); ?> (Segfault in openssl_pkey_new when generating 
DSA or DH key).</li>
+  <li><?php bugfix(74341); ?> (openssl_x509_parse fails to parse ASN.1 UTCTime 
without seconds).</li>
+</ul></li>
+<li>phar:
+<ul>
+  <li><?php bugfix(74383); ?> (phar method parameters reflection 
correction).</li>
+</ul></li>
+<li>Readline:
+<ul>
+  <li><?php bugfix(74489); ?> (readline() immediately returns false in 
interactive console mode).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(72071); ?> (setcookie allows max-age to be negative).</li>
+  <li><?php bugfix(74361); ?> (Compaction in array_rand() violates COW).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li><?php bugfix(74429); ?> (Remote socket URI with unique persistence 
identifier broken).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.0.19"><!-- {{{ 7.0.19 -->
 <h3>Version 7.0.19</h3>
 <b><?php release_date('11-May-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 32192d2..0b99623 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-05-11-2.xml"/>
   <xi:include href="entries/2017-05-11-1.xml"/>
   <xi:include href="entries/2017-04-14-1.xml"/>
   <xi:include href="entries/2017-04-13-3.xml"/>
diff --git a/archive/entries/2017-05-11-2.xml b/archive/entries/2017-05-11-2.xml
new file mode 100644
index 0000000..de32bc1
--- /dev/null
+++ b/archive/entries/2017-05-11-2.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>archive/entries/2017-05-11-3.xml</title>
+  <id>http://php.net/archive/2017.php#id2017-05-11-2</id>
+  <published>2017-05-11T17:44:29+00:00</published>
+  <updated>2017-05-11T17:44:29+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-05-11-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-05-11-2"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+         <h1>PHP 7.1.5 Release Announcement</h1>
+     
+         <p>The PHP development team announces the immediate availability of 
PHP
+       7.1.5. 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.5 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.5";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index fda4143..b4f75df 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.4' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_4.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.4.tar.bz2',
+          'name' => 'PHP 7.1.4 (tar.bz2)',
+          'md5' => '1ecde862aa4fad6b66f3fd2f6b386a1e',
+          'sha256' => 
'39bf697836e2760b3a44ea322e9e5f1f5b1f07abeb0111f6495eff7538e25805',
+          'date' => '13 Apr 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.4.tar.gz',
+          'name' => 'PHP 7.1.4 (tar.gz)',
+          'md5' => '47e7d116553a879ff957ef2684987c23',
+          'sha256' => 
'ed0006c86de503684dde04c6dd811ea2354a3b6d10ebd9f0cb103dcd28f0e70f',
+          'date' => '13 Apr 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.4.tar.xz',
+          'name' => 'PHP 7.1.4 (tar.xz)',
+          'md5' => 'a74c13f8779349872b365e6732e8c98e',
+          'sha256' => 
'71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b',
+          'date' => '13 Apr 2017',
+        ),
+      ),
+      'date' => '13 Apr 2017',
+      'museum' => false,
+    ),
     '7.0.18' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index a9de8e2..ad761ef 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,20 +18,20 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.5RC1"; // 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 = "27 Apr 2017";
 
-$PHP_7_1_VERSION         = "7.1.4";
-$PHP_7_1_DATE            = "13 Apr 2017";
+$PHP_7_1_VERSION         = "7.1.5";
+$PHP_7_1_DATE            = "11 May 2017";
 $PHP_7_1_MD5     = array(
-    "tar.bz2"       => "1ecde862aa4fad6b66f3fd2f6b386a1e",
-    "tar.gz"        => "47e7d116553a879ff957ef2684987c23",
-    "tar.xz"        => "a74c13f8779349872b365e6732e8c98e",
+    "tar.bz2"       => "79dcf0424cc32fb0a672190d8e7ee2ed",
+    "tar.gz"        => "b2ac302120d2eefd6cd9449790c45412",
+    "tar.xz"        => "fb0702321c7aceac68c82b8c7a10d196",
 );
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"39bf697836e2760b3a44ea322e9e5f1f5b1f07abeb0111f6495eff7538e25805",
-    "tar.gz"        => 
"ed0006c86de503684dde04c6dd811ea2354a3b6d10ebd9f0cb103dcd28f0e70f",
-    "tar.xz"        => 
"71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b",
+    "tar.bz2"       => 
"28eaa4784f1bd8b7dc71206dc8c4375510199432dc17af6906b14d16b3058697",
+    "tar.gz"        => 
"f7ff8039f5c3a7da4d62a3cce6378280224acfa27ab5a5bee25b7439bce01c17",
+    "tar.xz"        => 
"d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_5.php b/releases/7_1_5.php
new file mode 100644
index 0000000..91e1e96
--- /dev/null
+++ b/releases/7_1_5.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_5.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.5 Release Announcement");
+?>
+
+    <h1>PHP 7.1.5 Release Announcement</h1>
+     
+    <p>The PHP development team announces the immediate availability of PHP
+       7.1.5. 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.5 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.5";>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