Commit:    8d2949a3409112b627f8e9b8e0935933681f082d
Author:    Anatol Belski <[email protected]>         Thu, 10 Nov 2016 11:51:13 +0100
Parents:   b7fc2a69efdd247422799a12bc71a86ff93f4bcf
Branches:  master

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

Log:
7.0.13 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2016-11-10-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_0_13.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 42b53f3..2a0b239 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,72 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.0.13"><!-- {{{ 7.0.13 -->
+<h3>Version 7.0.13</h3>
+<b><?php release_date('10-Nov-2016'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(73350); ?> (Exception::__toString() cause circular 
references).</li>
+  <li><?php bugfix(73181); ?> (parse_str() without a second argument leads to 
crash).</li>
+  <li><?php bugfix(66773); ?> (Autoload with Opcache allows importing 
conflicting class name to namespace).</li>
+  <li><?php bugfix(66862); ?> ((Sub-)Namespaces unexpected behaviour).</li>
+  <li>Fix pthreads detection when cross-compiling.</li>
+  <li><?php bugfix(73337); ?> (try/catch not working with two exceptions 
inside a same operation).</li>
+  <li><?php bugfix(73338); ?> (Exception thrown from error handler causes 
valgrind warnings (and crashes)).</li>
+  <li><?php bugfix(73329); ?> ((Float)"Nano" == NAN).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73213); ?> (Integer overflow in imageline() with 
antialiasing).</li>
+  <li><?php bugfix(73272); ?> (imagescale() is not affected by, but affects 
imagesetinterpolation()).</li>
+  <li><?php bugfix(73279); ?> (Integer overflow in 
gdImageScaleBilinearPalette()).</li>
+  <li><?php bugfix(73280); ?> (Stack Buffer Overflow in GD dynamicGetbuf).</li>
+  <li><?php bugfix(72482); ?> (Ilegal write/read access caused by 
gdImageAALine overflow).</li>
+  <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+  <li><?php bugfix(73418); ?> (Integer Overflow in "_php_imap_mail" leads to 
crash).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li><?php bugfix(71148); ?> (Bind reference overwritten on PHP 7).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+  <li>Properly allow for stdin input from a file.</li>
+  <li>Add -s command line option / stdin command for reading script from 
stdin.</li>
+  <li>Ignore non-executable opcodes in line mode of phpdbg_end_oplog().</li>
+  <li><?php bugfix(70776); ?> (Simple SIGINT does not have any effect with 
-rr).</li>
+  <li><?php bugfix(71234); ?> (INI files are loaded even invoked as -n 
--version).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(73273); ?> (session_unset() empties values from all 
variables in which is $_session stored).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(73037); ?> (SoapServer reports Bad Request when 
gzipped).</li>
+  <li><?php bugfix(73237); ?> (Nested object in "any" element overwrites other 
fields).</li>
+  <li><?php bugfix(69137); ?> (Peer verification fails when using a proxy with 
SoapClient)</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li><?php bugfix(73333); ?> (2147483647 is fetched as string).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(73203); ?> (passing additional_parameters causes mail to 
fail).</li>
+  <li><?php bugfix(71241); ?> (array_replace_recursive sometimes mutates its 
parameters).</li>
+  <li><?php bugfix(73192); ?> (parse_url return wrong hostname).</li>
+</ul></li>
+<li>Wddx:
+<ul>
+  <li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet 
Deserialization with PDORow).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.0.12"><!-- {{{ 7.0.12 -->
 <h3>Version 7.0.12</h3>
 <?php release_date('13-Oct-2016'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index fd25133..c9e4a28 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/2016-11-10-1.xml"/>
   <xi:include href="entries/2016-10-28-1.xml"/>
   <xi:include href="entries/2016-10-27-1.xml"/>
   <xi:include href="entries/2016-10-26-1.xml"/>
diff --git a/archive/entries/2016-11-10-1.xml b/archive/entries/2016-11-10-1.xml
new file mode 100644
index 0000000..d3361df
--- /dev/null
+++ b/archive/entries/2016-11-10-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.0.13 Released</title>
+  <id>http://php.net/archive/2016.php#id2016-11-10-1</id>
+  <published>2016-11-10T13:00:00+01:00</published>
+  <updated>2016-11-10T13: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#id2016-11-10-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2016.php#id2016-11-10-1"; 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.13. 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.13 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.13";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 32f1fc3..abef45c 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.0.12' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_0_12.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.0.12.tar.bz2',
+          'name' => 'PHP 7.0.12 (tar.bz2)',
+          'md5' => 'd7b11b40d84ed1f590e5f086f3711a3c',
+          'sha256' => 
'38c47294fe8fb239b0230dc63a93c3e4044f472ab93b5dff8b65feb4103a6a27',
+          'date' => '13 Oct 2016',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.0.12.tar.gz',
+          'name' => 'PHP 7.0.12 (tar.gz)',
+          'md5' => '5dd00a65a1d76a4792f6989d4576623d',
+          'sha256' => 
'c4693cc363b4bbc7224294cc94faf3598e616cbe8540dd6975f68c7d3c52682f',
+          'date' => '13 Oct 2016',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.0.12.tar.xz',
+          'name' => 'PHP 7.0.12 (tar.xz)',
+          'md5' => 'bdcc4dbdac90c2a39422786653059f70',
+          'sha256' => 
'f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff',
+          'date' => '13 Oct 2016',
+        ),
+      ),
+      'date' => '13 Oct 2016',
+      'museum' => false,
+    ),
     '7.0.11' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8c618c7..c319611 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,20 +18,20 @@
  */
 
 /* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.13RC1"; // 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 = '27 Oct 2016';
 
-$PHP_7_0_VERSION         = "7.0.12";
-$PHP_7_0_DATE            = "13 Oct 2016";
+$PHP_7_0_VERSION         = "7.0.13";
+$PHP_7_0_DATE            = "10 Nov 2016";
 $PHP_7_0_MD5     = array(
-                       "tar.bz2"       => "d7b11b40d84ed1f590e5f086f3711a3c",
-                       "tar.gz"        => "5dd00a65a1d76a4792f6989d4576623d",
-                       "tar.xz"        => "bdcc4dbdac90c2a39422786653059f70",
+                       "tar.bz2"       => "f62d1c9ddb3a791b7eac423c7b2a769c",
+                       "tar.gz"        => "79ee358b661a4b70ee3ce1f6ab02df96",
+                       "tar.xz"        => "eb117bf1d1efc99c522f132b265a3402",
 );
 $PHP_7_0_SHA256     = array(
-                       "tar.bz2"       => 
"38c47294fe8fb239b0230dc63a93c3e4044f472ab93b5dff8b65feb4103a6a27",
-                       "tar.gz"        => 
"c4693cc363b4bbc7224294cc94faf3598e616cbe8540dd6975f68c7d3c52682f",
-                       "tar.xz"        => 
"f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff",
+                       "tar.bz2"       => 
"d090bb523812117ec0c08d8f0b5c5f0616aa7a29a2eeee0374efe53a7cfe88c1",
+                       "tar.gz"        => 
"c8d8cf1b29e7f7e89be9ee64f453cb7ef6d20e1d13a83cba037bd654ef2da42c",
+                       "tar.xz"        => 
"357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf",
 );
 
 /* PHP 5.6 Release */
diff --git a/releases/7_0_13.php b/releases/7_0_13.php
new file mode 100644
index 0000000..1cec61a
--- /dev/null
+++ b/releases/7_0_13.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_13.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.13 Release Announcement");
+?>
+
+     <h1>PHP 7.0.13 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.0.13. 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.13 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.13";>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