Commit: cb82c59d4b3950b64f57a34ad99c5542e17dca94
Author: kovacs.ferenc <[email protected]> Thu, 11 Jun 2015
20:37:58 +0200
Parents: 1f5ff6bb49d5b72a99905dcaf6b8c0a887ad94e1
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=cb82c59d4b3950b64f57a34ad99c5542e17dca94
Log:
php 5.6.10
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2015-06-11-2.xml
M include/releases.inc
M include/version.inc
A releases/5_6_10.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index de0a494..7631a86 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,67 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.6.10"><!-- {{{ 5.6.10 -->
+<h3>Version 5.6.10</h3>
+<?php release_date('11-Jun-2015'); ?>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(66048); ?> (temp. directory is cached during multiple
requests).</li>
+ <li><?php bugfix(69566); ?> (Conditional jump or move depends on
uninitialised value in extension trait).</li>
+ <li><?php bugfix(69599); ?> (Strange generator+exception+variadic
crash).</li>
+ <li><?php bugfix(69628); ?> (complex GLOB_BRACE fails on Windows).</li>
+ <li>Fixed POST data processing slowdown due to small input buffer size on
Windows.</li>
+ <li><?php bugfix(69646); ?> (OS command injection vulnerability in
escapeshellarg).</li>
+ <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs).</li>
+</ul></li>
+<li>FTP:
+<ul>
+ <li>Improved fix for bug <?php bugl(69545); ?> (Integer overflow in
ftp_genlist() resulting in heap overflow).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(69479); ?> (GD fails to build with newer libvpx).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+ <li><?php bugfix(48147); ?> (iconv with //IGNORE cuts the string).</li>
+</ul></li>
+<li>Litespeed SAPI:
+<ul>
+ <li><?php bugfix(68812); ?> (Unchecked return value).</li>
+</ul></li>
+<li>Mail:
+<ul>
+ <li><?php bugfix(68776); ?> (mail() does not have mail header injection
prevention for additional headers).</li>
+</ul></li>
+<li>MCrypt:
+<ul>
+ <li>Added file descriptor caching to mcrypt_create_iv() (Leigh)</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(69549); ?> (Memory leak with
opcache.optimization_level=0xFFFFFFFF).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+ <li>Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(69680); ?> (phar symlink in binary directory broken).</li>
+</ul></li>
+<li>Postgres:
+<ul>
+ <li><?php bugfix(69667); ?> (segfault in php_pgsql_meta_data).</li>
+</ul></li>
+<li>Sqlite3:
+<ul>
+ <li>Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
+ CVE-2015-3416)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.5.26"><!-- {{{ 5.5.26 -->
<h3>Version 5.5.26</h3>
<b>11-Jun-2015</b>
@@ -21,7 +82,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
</ul></li>
<li>FTP:
<ul>
- <li>Improved fix for bug #69545 (Integer overflow in ftp_genlist() resulting
in heap overflow).</li>
+ <li>Improved fix for bug <?php bugl(69545); ?> (Integer overflow in
ftp_genlist() resulting in heap overflow).</li>
</ul></li>
<li>GD:
<ul>
@@ -69,7 +130,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<section class="version" id="5.6.9"><!-- {{{ 5.6.9 -->
<h3>Version 5.6.9</h3>
-<b>14-May-2015</b>
+<?php release_date('14-May-2015'); ?>
<ul><li>Core:
<ul>
<li><?php bugfix(69467); ?> (Wrong checked for the interface by using
Trait).</li>
diff --git a/archive/archive.xml b/archive/archive.xml
index 622166a..50f3402 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/2015-06-11-2.xml"/>
<xi:include href="entries/2015-06-11-1.xml"/>
<xi:include href="entries/2015-06-01-1.xml"/>
<xi:include href="entries/2015-05-27-3.xml"/>
diff --git a/archive/entries/2015-06-11-2.xml b/archive/entries/2015-06-11-2.xml
new file mode 100644
index 0000000..71405a7
--- /dev/null
+++ b/archive/entries/2015-06-11-2.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.6.10 is available</title>
+ <id>http://php.net/archive/2015.php#id2015-06-11-2</id>
+ <published>2015-06-11T11:34:42-07:00</published>
+ <updated>2015-06-11T11:34:42-07:00</updated>
+ <category term="frontpage" label="PHP.net frontpage news"/>
+ <category term="releases" label="New PHP release"/>
+ <link href="http://php.net/index.php#id2015-06-11-2" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2015.php#id2015-06-11-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
+ 5.6.10. Several bugs have been fixed as well as several security issues
into some
+ bundled librairies (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416,
CVE-2015-2325 and CVE-2015-2326).
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.6.10 please visit our <a
href="http://www.php.net/downloads.php">downloads page</a>,
+ Windows 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-5.php#5.6.10">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index aa071db..40694b1 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
5 =>
array (
+ '5.6.9' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_6_9.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.9.tar.bz2',
+ 'name' => 'PHP 5.6.9 (tar.bz2)',
+ 'md5' => '561f37377833772ace776143c5687884',
+ 'sha256' =>
'19d3b87b7b8bba3be24cf6d757d16b723a98881c3af8d15469fd25501e9abcb9',
+ 'date' => '14 May 2015',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.9.tar.gz',
+ 'name' => 'PHP 5.6.9 (tar.gz)',
+ 'md5' => 'b83de326a3bdb3802266d304ca5ac5e4',
+ 'sha256' =>
'49527ba66357fe65bcd463dfb8dcff1b8879419f88b3c334f50696a2aceacb87',
+ 'date' => '14 May 2015',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.9.tar.xz',
+ 'name' => 'PHP 5.6.9 (tar.xz)',
+ 'md5' => 'f6b90cd0503310c38e9573bae1eb38c7',
+ 'sha256' =>
'1fac497b596f5e4e87d87a7ca90f8725e39a8ca3f9d7adb500fa83c4bb70a73f',
+ 'date' => '14 May 2015',
+ ),
+ ),
+ 'date' => '14 May 2015',
+ 'museum' => false,
+ ),
'5.5.25' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 8242122..a03b2a0 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,20 +17,20 @@
* ),
* );
/* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.10RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_6_RC_DATE = '28 May 2015';
-$PHP_5_6_VERSION = "5.6.9";
-$PHP_5_6_DATE = "14 May 2015";
+$PHP_5_6_VERSION = "5.6.10";
+$PHP_5_6_DATE = "11 Jun 2015";
$PHP_5_6_MD5 = array(
- "tar.bz2" => "561f37377833772ace776143c5687884",
- "tar.gz" => "b83de326a3bdb3802266d304ca5ac5e4",
- "tar.xz" => "f6b90cd0503310c38e9573bae1eb38c7",
+ "tar.bz2" => "83b17e0cdc72a3a486f5e6342e76c45e",
+ "tar.gz" => "5afb2f6467f525ae38a9ce6f1acf5c6a",
+ "tar.xz" => "4631ef265253d2f496b3574d297f26ed",
);
$PHP_5_6_SHA256 = array(
- "tar.bz2" =>
"19d3b87b7b8bba3be24cf6d757d16b723a98881c3af8d15469fd25501e9abcb9",
- "tar.gz" =>
"49527ba66357fe65bcd463dfb8dcff1b8879419f88b3c334f50696a2aceacb87",
- "tar.xz" =>
"1fac497b596f5e4e87d87a7ca90f8725e39a8ca3f9d7adb500fa83c4bb70a73f",
+ "tar.bz2" =>
"0a579c81c724ea41815eee0caa8ea7d8eeb302458519d8cc4fc5b055577c8c45",
+ "tar.gz" =>
"7759d6e178be524085e1482921748c14d11cbd0a133ba8aabb96c391ce7ed3fc",
+ "tar.xz" =>
"1af720c955b0a57aa47606e928616e84c78868aff2a5f269c70601a77d6da8c1",
);
/* PHP 5.5 Release */
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_6_10.php b/releases/5_6_10.php
new file mode 100644
index 0000000..b19089d
--- /dev/null
+++ b/releases/5_6_10.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_10.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.10 Release Announcement");
+?>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.6.10. Several bugs have been fixed as well as several security issues
into some
+ bundled librairies (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416,
CVE-2015-2325 and CVE-2015-2326).
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.6.10 please visit our <a
href="http://www.php.net/downloads.php">downloads page</a>,
+ Windows 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-5.php#5.6.10">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php