Commit:    122a4254eaadcddd334be492870d16c01cf099fb
Author:    Anatol Belski <a...@php.net>         Thu, 19 Jan 2017 12:15:10 +0100
Parents:   cdd0c7cf4cbbc2c9f8ea551d8a664c7d3bd5789b
Branches:  master

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

Log:
7.0.15 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-01-19-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_0_15.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index eb4ab10..e4378ac 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,100 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.0.15"><!-- {{{ 7.0.15 -->
+<h3>Version 7.0.15</h3>
+<b><?php release_date('19-Jan-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(73792); ?> (invalid foreach loop hangs script).</li>
+  <li><?php bugfix(73663); ?> ("Invalid opcode 65/16/8" occurs with a variable 
created with list()).</li>
+  <li><?php bugfix(73585); ?> (Logging of "Internal Zend error - Missing class 
information" missing class name).</li>
+  <li><?php bugfix(73753); ?> (unserialized array pointer not advancing).</li>
+  <li><?php bugfix(73825); ?> (Heap out of bounds read on unserialize in 
finish_nested_data()).</li>
+  <li><?php bugfix(73831); ?> (NULL Pointer Dereference while unserialize php 
object).</li>
+  <li><?php bugfix(73832); ?> (Use of uninitialized memory in 
unserialize()).</li>
+  <li><?php bugfix(73092); ?> (Unserialize use-after-free when resizing 
object's properties hash table).</li>
+  <li><?php bugfix(69425); ?> (Use After Free in unserialize()).</li>
+  <li><?php bugfix(72731); ?> (Type Confusion in Object Deserialization).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(73679); ?> (DOTNET read access violation using invalid 
codepage).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(67474); ?> (getElementsByTagNameNS filter on default 
ns).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+<li><?php bugfix(73737); ?> (FPE when parsing a tag format).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73869); ?> (Signed Integer Overflow gd_io.c).</li>
+  <li><?php bugfix(73868); ?> (DOS vulnerability in 
gdImageCreateFromGd2Ctx()).</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(70513); ?> (GMP Deserialization Type Confusion 
Vulnerability).</li>
+</ul></li>
+<li>Mysqli:
+<ul>
+  <li><?php bugfix(73462); ?> (Persistent connections don't set 
$connect_errno).</li>
+</ul></li>
+<li>Mysqlnd:
+<ul>
+  <li>Fixed issue with decoding BIT columns when having more than one rows in 
the result set. 7.0+ problem.</li>
+  <li><?php bugfix(73800); ?> (sporadic segfault with 
MYSQLI_OPT_INT_AND_FLOAT_NATIVE).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(73612); ?> (preg_*() may leak memory).</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+  <li><?php bugfix(72931); ?> (PDO_FIREBIRD with Firebird 3.0 not work on 
returning statement).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
+  <li><?php bugfix(73768); ?> (Memory corruption when loading hostile 
phar).</li>
+  <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive).</li>
+</ul></li>
+<li>Phpdbg:
+<ul>
+  <li><?php bugfix(73615); ?> (phpdbg without option never load .phpdbginit at 
startup).</li>
+  <li>Fixed issue getting executable lines from custom wrappers.</li>
+  <li><?php bugfix(73704); ?> (phpdbg shows the wrong line in files with 
shebang).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li><?php bugfix(46103); ?> (ReflectionObject memory leak).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li><?php bugfix(73586); ?> (php_user_filter::$stream is not set to the 
stream the filter is working on).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+<li>Reverted fix for <?php bugl(73530); ?> (Unsetting result set may reset 
other result set).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(73594); ?> (dns_get_record does not populate $additional 
out parameter).</li>
+  <li><?php bugfix(70213); ?> (Unserialize context shared on double class 
lookup).</li>
+  <li><?php bugfix(73154); ?> (serialize object with __sleep function 
crash).</li>
+  <li><?php bugfix(70490); ?> (get_browser function is very slow).</li>
+  <li><?php bugfix(73265); ?> (Loading browscap.ini at startup causes high 
memory usage).</li>
+  <li><?php bugfix(31875); ?> (get_defined_functions additional param to 
exclude disabled functions).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li><?php bugfix(73373); ?> (deflate_add does not verify that output was not 
truncated).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.1.1"><!-- {{{ 7.1.1 -->
 <h3>Version 7.1.1</h3>
 <b><?php release_date('19-Jan-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f68e3a0..e06235e 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-01-19-2.xml"/>
   <xi:include href="entries/2017-01-19-1.xml"/>
   <xi:include href="entries/2016-12-27-1.xml"/>
   <xi:include href="entries/2016-12-20-1.xml"/>
diff --git a/archive/entries/2017-01-19-2.xml b/archive/entries/2017-01-19-2.xml
new file mode 100644
index 0000000..127380a
--- /dev/null
+++ b/archive/entries/2017-01-19-2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.0.15 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-01-19-2</id>
+  <published>2017-01-19T13:00:00+01:00</published>
+  <updated>2017-01-19T13:00:00+01:00</updated>
+  <category term="releases" label="New PHP release"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <link href="http://php.net/index.php#id2017-01-19-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-01-19-2"; 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.0.15. This is a security release. Several security bugs were fixed in
+     this release.
+     
+     All PHP 7.0 users are encouraged to upgrade to this version.</p>
+     
+     <p>For source downloads of PHP 7.0.15 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.0.15";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 47b99a4..3cbd980 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.0.14' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_0_14.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.0.14.tar.bz2',
+          'name' => 'PHP 7.0.14 (tar.bz2)',
+          'md5' => '903ff1fd199201d7e69dc0963797072b',
+          'sha256' => 
'fbc4369a0d42b55fd1ce75eb4f3d17b012da754a67567d8e3288fbfbb7490534',
+          'date' => '08 Dec 2016',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.0.14.tar.gz',
+          'name' => 'PHP 7.0.14 (tar.gz)',
+          'md5' => '5e20062f39fb3bd5afeed916866acad9',
+          'sha256' => 
'320cfd2184e7252d3d77eae5d5474554fa04ab9fbee7c6094c07e8bd3b5b632b',
+          'date' => '08 Dec 2016',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.0.14.tar.xz',
+          'name' => 'PHP 7.0.14 (tar.xz)',
+          'md5' => 'a51f1d4f03f4e4c745856e9f76fca476',
+          'sha256' => 
'0f1dff6392a1cc2ed126b9695f580a2ed77eb09d2c23b41cabfb41e6f27a8c89',
+          'date' => '08 Dec 2016',
+        ),
+      ),
+      'date' => '08 Dec 2016',
+      'museum' => false,
+    ),
        '7.1.0' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8635838..2f78e5d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -35,20 +35,20 @@ $PHP_7_1_SHA256     = array(
 );
 
 /* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.15RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_0_RC_DATE = "05 Jan 2017";
 
-$PHP_7_0_VERSION         = "7.0.14";
-$PHP_7_0_DATE            = "08 Dec 2016";
+$PHP_7_0_VERSION         = "7.0.19";
+$PHP_7_0_DATE            = "19 Jan 2017";
 $PHP_7_0_MD5     = array(
-                       "tar.bz2"       => "903ff1fd199201d7e69dc0963797072b",
-                       "tar.gz"        => "5e20062f39fb3bd5afeed916866acad9",
-                       "tar.xz"        => "a51f1d4f03f4e4c745856e9f76fca476",
+                       "tar.bz2"       => "c0fa74e0dbc241194b418675134bd948",
+                       "tar.gz"        => "d7a61db093aac4a3f9a97b0916becd50",
+                       "tar.xz"        => "dca23412f3e3b3987e582091b751925d",
 );
 $PHP_7_0_SHA256     = array(
-                       "tar.bz2"       => 
"fbc4369a0d42b55fd1ce75eb4f3d17b012da754a67567d8e3288fbfbb7490534",
-                       "tar.gz"        => 
"320cfd2184e7252d3d77eae5d5474554fa04ab9fbee7c6094c07e8bd3b5b632b",
-                       "tar.xz"        => 
"0f1dff6392a1cc2ed126b9695f580a2ed77eb09d2c23b41cabfb41e6f27a8c89",
+                       "tar.bz2"       => 
"a8c8f947335683fa6dd1b7443ed70f2a42bc33e8b6c215f139138cee89e47dd9",
+                       "tar.gz"        => 
"c24324c6d4bf27e8bc1d12da0aae4f15a43c8374f681e23e9b1e67f5b719c3a6",
+                       "tar.xz"        => 
"300364d57fc4a6176ff7d52d390ee870ab6e30df121026649f8e7e0b9657fe93",
 );
 
 /* PHP 5.6 Release */
diff --git a/releases/7_0_15.php b/releases/7_0_15.php
new file mode 100644
index 0000000..d7f735e
--- /dev/null
+++ b/releases/7_0_15.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_15.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.15 Release Announcement");
+?>
+
+     <h1>PHP 7.0.15 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.0.15. This is a security release. Several security bugs were fixed in
+     this release.
+     
+     All PHP 7.0 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 7.0.15 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.0.15";>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