Commit: 1d549bfa69fedacd8ce86eea262ae5c353055ca6
Author: kovacs.ferenc <[email protected]> Thu, 22 Jan 2015
21:43:09 +0100
Parents: 11cdc7901eae8effc9920b3a1e3a8f84bdde302f
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=1d549bfa69fedacd8ce86eea262ae5c353055ca6
Log:
php 5.6.5
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2015-01-22-2.xml
M include/releases.inc
M include/version.inc
A releases/5_6_5.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index e9f52f5..5596a06 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,112 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.6.5"><!-- {{{ 5.6.5 -->
+<h3>Version 5.6.5</h3>
+<?php release_date('22-Jan-2015'); ?>
+<ul><li>Core:
+<ul>
+ <li>Upgraded crypt_blowfish to version 1.3.</li>
+ <li><?php bugfix(60704); ?> (unlink() bug with some files path).</li>
+ <li><?php bugfix(65419); ?> (Inside trait, self::class != __CLASS__).</li>
+ <li><?php bugfix(68536); ?> (pack for 64bits integer is broken on
bigendian).</li>
+ <li><?php bugfix(55541); ?> (errors spawn MessageBox, which blocks test
automation).</li>
+ <li><?php bugfix(68297); ?> (Application Popup provides too few
information).</li>
+ <li><?php bugfix(65769); ?> (localeconv() broken in TS builds).</li>
+ <li><?php bugfix(65230); ?> (setting locale randomly broken).</li>
+ <li><?php bugfix(66764); ?> (configure doesn't define EXPANDED_DATADIR /
PHP_DATADIR correctly).</li>
+ <li><?php bugfix(68583); ?> (Crash in timeout thread).</li>
+ <li><?php bugfix(65576); ?> (Constructor from trait conflicts with inherited
constructor).</li>
+ <li><?php bugfix(68676); ?> (Explicit Double Free).</li>
+ <li><?php bugfix(68710); ?> (Use After Free Vulnerability in PHP's
unserialize()).</li>
+</ul></li>
+<li>CGI:
+<ul>
+ <li><?php bugfix(68618); ?> (out of bounds read crashes php-cgi).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+ <li><?php bugfix(68745); ?> (Invalid HTTP requests make web server
segfault).</li>
+</ul></li>
+<li>cURL:
+<ul>
+ <li><?php bugfix(67643); ?> (curl_multi_getcontent returns '' when
CURLOPT_RETURNTRANSFER isn't set).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li><?php implemented(68268); ?> (DatePeriod: Getter for start date, end
date and interval).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+ <li><?php bugfix(68799); ?>: Free called on unitialized pointer.</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li><?php bugfix(68398); ?> (msooxml matches too many archives).</li>
+ <li><?php bugfix(68665); ?> (invalid free in libmagic).</li>
+ <li><?php bugfix(68671); ?> (incorrect expression in libmagic).</li>
+ <li>Removed readelf.c and related code from libmagic sources (Remi,
Anatol)</li>
+ <li><?php bugfix(68735); ?> (fileinfo out-of-bounds memory access).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php implemented(68526); ?> (Implement POSIX Access Control List for
UDS).</li>
+ <li><?php bugfix(68751); ?> (listen.allowed_clients is broken).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(68601); ?> (buffer read overflow in gd_gif_in.c).</li>
+ <li><?php implemented(68656); ?> (Report gd library version).</li>
+</ul></li>
+<li>mbstring:
+<ul>
+ <li><?php bugfix(68504); ?> (--with-libmbfl configure option not present on
Windows).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(68644); ?> (strlen incorrect : mbstring + func_overload=2
+UTF-8 + Opcache).</li>
+ <li><?php bugfix(67111); ?> (Memory leak when using "continue 2" inside two
foreach loops).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Improved handling of OPENSSL_KEYTYPE_EC keys.</li>
+</ul></li>
+<li>pcntl:
+<ul>
+ <li><?php bugfix(60509); ?> (pcntl_signal doesn't decrease ref-count of old
handler when setting SIG_DFL).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+ <li><?php bugfix(66679); ?> (Alignment Bug in PCRE 8.34 upstream).</li>
+</ul></li>
+<li>pgsql:
+<ul>
+ <li><?php bugfix(68697); ?> (lo_export return -1 on failure).</li>
+</ul></li>
+<li>PDO:
+<ul>
+ <li><?php bugfix(68371); ?> (PDO#getAttribute() cannot be called with
platform-specifi attribute names).</li>
+</ul></li>
+<li>PDO_mysql:
+<ul>
+ <li><?php bugfix(68424); ?> (Add new PDO mysql connection attr to control
multi statements option).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li><?php bugfix(66405); ?> (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
breaks the RecursiveIterator).</li>
+ <li><?php bugfix(68479); ?> (Added escape parameter to
SplFileObject::fputcsv).</li>
+</ul></li>
+<li>SQLite:
+<ul>
+ <li><?php bugfix(68120); ?> (Update bundled libsqlite to 3.8.7.2).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li><?php bugfix(68532); ?> (convert.base64-encode omits padding bytes).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.5.21"><!-- {{{ 5.5.21 -->
<h3>Version 5.5.21</h3>
<?php release_date('22-Jan-2015'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index 104fbe9..5ccd0fc 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-01-22-2.xml"/>
<xi:include href="entries/2015-01-22-1.xml"/>
<xi:include href="entries/2015-01-16-1.xml"/>
<xi:include href="entries/2015-01-10-1.xml"/>
diff --git a/archive/entries/2015-01-22-2.xml b/archive/entries/2015-01-22-2.xml
new file mode 100644
index 0000000..9393c7d
--- /dev/null
+++ b/archive/entries/2015-01-22-2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.6.5 is available</title>
+ <id>http://php.net/archive/2015.php#id2015-01-22-2</id>
+ <published>2015-01-22T12:31:59-08:00</published>
+ <updated>2015-01-22T12:31:59-08: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-01-22-2" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2015.php#id2015-01-22-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.5. This release fixes several bugs as well as CVE-2015-0231,
CVE-2014-9427 and CVE-2015-0232.
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.6.5 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.5">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index d2665f0..4155fc4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
5 =>
array (
+ '5.6.4' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_6_4.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.4.tar.bz2',
+ 'name' => 'PHP 5.6.4 (tar.bz2)',
+ 'md5' => 'd31629e9c2fb5f438ab2dc0aa597cd82',
+ 'date' => '18 Dec 2014',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.4.tar.gz',
+ 'name' => 'PHP 5.6.4 (tar.gz)',
+ 'md5' => '78d872c25ecaa041277c7545fe3ab359',
+ 'date' => '18 Dec 2014',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.4.tar.xz',
+ 'name' => 'PHP 5.6.4 (tar.xz)',
+ 'md5' => 'bf824c5e5c7f49ca5f7350d72cba4881',
+ 'date' => '18 Dec 2014',
+ ),
+ ),
+ 'date' => '18 Dec 2014',
+ 'museum' => false,
+ ),
'5.5.20' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 5c4d71e..dc1c315 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
* ),
* );
/* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.5RC1'; // 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 = '8 Jan 2015';
-$PHP_5_6_VERSION = "5.6.4";
-$PHP_5_6_DATE = "18 Dec 2014";
+$PHP_5_6_VERSION = "5.6.5";
+$PHP_5_6_DATE = "22 Jan 2015";
$PHP_5_6_MD5 = array(
- "tar.bz2" => "d31629e9c2fb5f438ab2dc0aa597cd82",
- "tar.gz" => "78d872c25ecaa041277c7545fe3ab359",
- "tar.xz" => "bf824c5e5c7f49ca5f7350d72cba4881",
+ "tar.bz2" => "64d0debf42bfff537d891e1fe1a4b65c",
+ "tar.gz" => "636b73f378000de933081319cad586d6",
+ "tar.xz" => "541a480e1f8747219074c99f3e9edbcc",
);
/* 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_5.php b/releases/5_6_5.php
new file mode 100644
index 0000000..ed3e06d
--- /dev/null
+++ b/releases/5_6_5.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_5.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.5 Release Announcement");
+?>
+
+<h1>PHP 5.6.5 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.6.5. This release fixes several bugs as well as CVE-2015-0231,
CVE-2014-9427 and CVE-2015-0232.
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.6.5 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.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