Commit:    0d8deab76ea8a6b7fab3a105b0503a46539b6f97
Author:    Joe Watkins <[email protected]>         Fri, 17 Feb 2017 06:01:40 +0000
Parents:   d4719e1b9f8407540bc67f42de5a5b80db9ce01c
Branches:  master

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

Log:
release 7.1.2

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-02-17-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_2.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index fdfffe9..5005bf3 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,115 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.2"><!-- {{{ 7.1.2 -->
+<h3>Version 7.1.2</h3>
+<b><?php release_date('16-Feb-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Improved GENERATOR_CREATE opcode handler.</li>
+  <li><?php bugfix(73877); ?> (readlink() returns garbage for UTF-8 
paths).</li>
+  <li><?php bugfix(73876); ?> (Crash when exporting **= in expansion of assign 
op).</li>
+  <li><?php bugfix(73962); ?> (bug with symlink related to cyrillic 
directory).</li>
+  <li><?php bugfix(73969); ?> (segfault in debug_print_backtrace).</li>
+  <li><?php bugfix(73994); ?> (arginfo incorrect for unpack).</li>
+  <li><?php bugfix(73973); ?> (assertion error in debug_zval_dump).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(54382); ?> (getAttributeNodeNS doesn't get xmlns* 
attributes).</li>
+</ul></li>
+<li>DTrace:
+<ul>
+  <li><?php bugfix(73965); ?> (DTrace reported as enabled when disabled).</li>
+</ul></li>
+<li>FCGI:
+<ul>
+  <li><?php bugfix(73904); ?> (php-cgi fails to load -c specified php.ini 
file).</li>
+  <li><?php bugfix(72898); ?> (PHP_FCGI_CHILDREN is not included in 
phpinfo()).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(69865); ?> (php-fpm does not close stderr when using 
syslog).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73968); ?> (Premature failing of XBM reading).</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(69993); ?> (test for gmp.h needs to test machine 
includes).</li>
+</ul></li>
+<li>Hash:
+<ul>
+  <li>Added hash_hkdf() function.</li>
+  <li><?php bugfix(73961); ?> (environmental build dependency in hash sha3 
source).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fix bug #73956 (Link use CC instead of CXX).</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li><?php bugfix(73933); ?> (error/segfault with ldap_mod_replace and 
opcache).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(73949); ?> (leak in mysqli_fetch_object).</li>
+</ul></li>
+<li>Mysqlnd:
+<ul>
+  <li><?php bugfix(69899); ?> (segfault on close() after free_result() with 
mysqlnd).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(73983); ?> (crash on finish work with phar in cli + 
opcache).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(71519); ?> (add serial hex to return value array).</li>
+  <li><?php bugfix(73692); ?> (Compile ext/openssl with openssl 1.1.0 on 
Win).</li>
+  <li><?php bugfix(73978); ?> (openssl_decrypt triggers bug in PDO).</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+  <li>Implemented FR <?php bugl(72583); ?> (All data are fetched as 
strings).</li>
+</ul></li>
+<li>PDO_PgSQL:
+<ul>
+  <li><?php bugfix(73959); ?> (lastInsertId fails to throw an exception for 
wrong sequence name).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(70417); ?> (PharData::compress() doesn't close temp 
file).</li>
+</ul></li>
+<li>posix:
+<ul>
+  <li><?php bugfix(71219); ?> (configure script incorrectly checks for 
ttyname_r).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(69582); ?> (session not readable by root in CLI).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(73896); ?> (spl_autoload() crashes when calls magic 
_call()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(69442); ?> (closing of fd incorrect when PTS enabled).</li>
+  <li><?php bugfix(47021); ?> (SoapClient stumbles over WSDL delivered with 
"Transfer-Encoding: chunked").</li>
+  <li><?php bugfix(72974); ?> (imap is undefined service on AIX).</li>
+  <li><?php bugfix(72979); ?> (money_format stores wrong length AIX).</li>
+  <li><?php bugfix(73374); ?> (intval() with base 0 should detect binary).</li>
+  <li><?php bugfix(69061); ?> (mail.log = syslog contains double 
information).</li>
+</ul></li>
+<li>ZIP:
+<ul>
+  <li><?php bugfix(70103); ?> (ZipArchive::addGlob ignores remove_all_path 
option).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.0.16"><!-- {{{ 7.0.16 -->
 <h3>Version 7.0.16</h3>
 <b><?php release_date('16-Feb-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index b02f475..9f0603a 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-02-17-1.xml"/>
   <xi:include href="entries/2017-02-16-1.xml"/>
   <xi:include href="entries/2017-02-15-1.xml"/>
   <xi:include href="entries/2017-01-23-1.xml"/>
diff --git a/archive/entries/2017-02-17-1.xml b/archive/entries/2017-02-17-1.xml
new file mode 100644
index 0000000..8781844
--- /dev/null
+++ b/archive/entries/2017-02-17-1.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.2 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-02-17-1</id>
+  <published>2017-02-17T06:00:25+00:00</published>
+  <updated>2017-02-17T06:00:25+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-02-17-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-02-17-1"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+          <h1>PHP 7.1.2 Release Announcement</h1>
+     
+          <p>The PHP development team announces the immediate availability of 
PHP
+          7.1.2. 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.2 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.2";>ChangeLog</a>.
+          </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 2b33d67..6834c76 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,44 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.1' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_1.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.1.tar.bz2',
+          'name' => 'PHP 7.1.1 (tar.bz2)',
+          'md5' => 'cd5b7dfc4bcf99fe11cae7917e9453e1',
+          'sha256' => 
'd791d39d7b54ec42441a05a5f06d68a495647d843210e3ae4f2c6adb99c675bc',
+          'date' => '19 Jan 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.1.tar.gz',
+          'name' => 'PHP 7.1.1 (tar.gz)',
+          'md5' => '7c565ddf31d69dbc19027e51b6968b79',
+          'sha256' => 
'c136279d539c3c2c25176bf149c14913670e79bb27ee6b73e1cd69003985a70d',
+          'date' => '19 Jan 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.1.tar.xz',
+          'name' => 'PHP 7.1.1 (tar.xz)',
+          'md5' => '65eef256f6e7104a05361939f5e23ada',
+          'sha256' => 
'b3565b0c1441064eba204821608df1ec7367abff881286898d900c2c2a5ffe70',
+          'date' => '19 Jan 2017',
+        ),
+      ),
+      'date' => '19 Jan 2017',
+      'museum' => false,
+    ),
+  ),
+  array (
     '7.0.15' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index e83ccb8..fb29457 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,20 +18,20 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.2RC1"; // 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 Feb 2017";
 
-$PHP_7_1_VERSION         = "7.1.1";
-$PHP_7_1_DATE            = "19 Jan 2017";
+$PHP_7_1_VERSION         = "7.1.2";
+$PHP_7_1_DATE            = "16 Feb 2017";
 $PHP_7_1_MD5     = array(
-    "tar.bz2"       => "cd5b7dfc4bcf99fe11cae7917e9453e1",
-    "tar.gz"        => "7c565ddf31d69dbc19027e51b6968b79",
-    "tar.xz"        => "65eef256f6e7104a05361939f5e23ada",
+    "tar.bz2"       => "ec1d51abaea07e4a84f9dca856a0fa81",
+    "tar.gz"        => "2d1553f3f912b1cb7b9a5ee63230454d",
+    "tar.xz"        => "d79afea1870277c86fac903566fb6c5d",
 );
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"d791d39d7b54ec42441a05a5f06d68a495647d843210e3ae4f2c6adb99c675bc",
-    "tar.gz"        => 
"c136279d539c3c2c25176bf149c14913670e79bb27ee6b73e1cd69003985a70d",
-    "tar.xz"        => 
"b3565b0c1441064eba204821608df1ec7367abff881286898d900c2c2a5ffe70",
+    "tar.bz2"       => 
"e0f2214e2366434ee231156ba70cfefd0c59790f050d8727a3f1dc2affa67004",
+    "tar.gz"        => 
"e6773217c9c719ca22abb104ae3d437d53daceaf31faf2e5eeb1f9f5028005d8",
+    "tar.xz"        => 
"d815a0c39fd57bab1434a77ff0610fb507c22f790c66cd6f26e27030c4b3e971",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_2.php b/releases/7_1_2.php
new file mode 100644
index 0000000..e90eb35
--- /dev/null
+++ b/releases/7_1_2.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.2 Release Announcement");
+?>
+
+     <h1>PHP 7.1.2 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     7.1.2. 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.2 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.2";>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