Commit:    0c421ea148632e724bd4dbd73401ef729698ae26
Author:    kovacs.ferenc <[email protected]>         Thu, 19 Feb 2015 
22:44:05 +0100
Parents:   c2991fbb5a4b02030b9929513e4ba8b8a019b523
Branches:  master

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

Log:
5.6.6 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2015-02-19-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_6.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 76475a7..935d3a7 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,88 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.6"><!-- {{{ 5.6.6 -->
+<h3>Version 5.6.6</h3>
+<?php release_date('19-Feb-2015'); ?>
+<ul><li>Core:
+<ul>
+  <li>Removed support for multi-line headers, as the are deprecated by RFC 
7230.</li>
+  <li><?php bugfix(67068); ?> (getClosure returns somethings that's not a 
closure).</li>
+  <li><?php bugfix(68942); ?> (Use after free vulnerability in unserialize() 
with DateTimeZone). (CVE-2015-0273)</li>
+  <li><?php bugfix(68925); ?> (Mitigation for CVE-2015-0235 – GHOST: glibc 
gethostbyname buffer overflow).</li>
+  <li><?php bugfix(67988); ?> (htmlspecialchars() does not respect 
default_charset specified by ini_set) (Yasuo)</li>
+  <li>Added NULL byte protection to exec, system and passthru.</li>
+</ul></li>
+<li>Dba:
+<ul>
+  <li><?php bugfix(68711); ?> (useless comparisons).</li>
+</ul></li>
+<li>Enchant:
+<ul>
+  <li><?php bugfix(68552); ?> (heap buffer overflow in 
enchant_broker_request_dict()).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(68827); ?> (Double free with disabled ZMM).</li>
+  <li><?php bugfix(67647); ?> (Bundled libmagic 5.17 does not detect quicktime 
files correctly).</li>
+  <li><?php bugfix(68731); ?> (finfo_buffer doesn't extract the correct mime 
with some gifs).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(66479); ?> (Wrong response to FCGI_GET_VALUES).</li>
+  <li><?php bugfix(68571); ?> (core dump when webserver close the socket).</li>
+</ul></li>
+<li>JSON:
+<ul>
+  <li><?php bugfix(50224); ?> (json_encode() does not always encode a float as 
a float) by adding JSON_PRESERVE_ZERO_FRACTION.</li>
+</ul></li>
+<li>LIBXML:
+<ul>
+  <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared 
between threads).</li>
+</ul></li>
+<li>Mysqli:
+<ul>
+  <li><?php bugfix(68114); ?> (linker error on some OS X machines with fixed 
width decimal support) (Keyur Govande)</li>
+  <li><?php bugfix(68657); ?> (Reading 4 byte floats with Mysqli and 
libmysqlclient has rounding errors) (Keyur Govande)</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug with try blocks being removed when extended_info opcode 
generation is turned on.</li>
+</ul></li>
+<li>PDO_mysql:
+<ul>
+  <li><?php bugfix(68750); ?> (PDOMysql with mysqlnd does not allow the usage 
of named pipes).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(68901); ?> (use after free).</li>
+</ul></li>
+<li>Pgsql:
+<ul>
+  <li><?php bugfix(65199); ?> (pg_copy_from() modifies input array variable) 
(Yasuo)</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(68941); ?> (mod_files.sh is a bash-script) (bugzilla at 
ii.nl, Yasuo)</li>
+  <li><?php bugfix(66623); ?> (no EINTR check on flock) (Yasuo)</li>
+  <li><?php bugfix(68063); ?> (Empty session IDs do still start sessions) 
(Yasuo)</li>
+</ul></li>
+<li>Sqlite3:
+<ul>
+  <li><?php bugfix(68260); ?> (SQLite3Result::fetchArray declares wrong 
required_num_args).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(65272); ?> (flock() out parameter not set correctly in 
windows).</li>
+  <li><?php bugfix(69033); ?> (Request may get env. variables from previous 
requests if PHP works as FastCGI).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed bug which caused call after final close on streams filter.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.22"><!-- {{{ 5.5.22 -->
 <h3>Version 5.5.22</h3>
 <b>19-Feb-2015</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index fb1f74d..39d33e4 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-02-19-2.xml"/>
   <xi:include href="entries/2015-02-19-1.xml"/>
   <xi:include href="entries/2015-02-18-1.xml"/>
   <xi:include href="entries/2015-01-22-3.xml"/>
diff --git a/archive/entries/2015-02-19-2.xml b/archive/entries/2015-02-19-2.xml
new file mode 100644
index 0000000..86820dd
--- /dev/null
+++ b/archive/entries/2015-02-19-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.6 is available</title>
+  <id>http://php.net/archive/2015.php#id2015-02-19-2</id>
+  <published>2015-02-19T12:43:52-08:00</published>
+  <updated>2015-02-19T12:43:52-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-02-19-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2015.php#id2015-02-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
+     5.6.6. This release fixes several bugs and addresses CVE-2015-0235 and 
CVE-2015-0273.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.6.6 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.6";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 267e186..4982a26 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.6.5' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_5.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.5.tar.bz2',
+          'name' => 'PHP 5.6.5 (tar.bz2)',
+          'md5' => '64d0debf42bfff537d891e1fe1a4b65c',
+          'date' => '22 Jan 2015',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.5.tar.gz',
+          'name' => 'PHP 5.6.5 (tar.gz)',
+          'md5' => '636b73f378000de933081319cad586d6',
+          'date' => '22 Jan 2015',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.5.tar.xz',
+          'name' => 'PHP 5.6.5 (tar.xz)',
+          'md5' => '541a480e1f8747219074c99f3e9edbcc',
+          'date' => '22 Jan 2015',
+        ),
+      ),
+      'date' => '22 Jan 2015',
+      'museum' => false,
+    ),
     '5.5.21' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 2d8e7af..a402b41 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,15 +16,15 @@
  *     ),
  * );
 /* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.6RC1'; // 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 = '5 Feb 2015';
 
-$PHP_5_6_VERSION         = "5.6.5";
-$PHP_5_6_DATE            = "22 Jan 2015";
+$PHP_5_6_VERSION         = "5.6.6";
+$PHP_5_6_DATE            = "19 Feb 2015";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "64d0debf42bfff537d891e1fe1a4b65c",
-                       "tar.gz"        => "636b73f378000de933081319cad586d6",
-                       "tar.xz"        => "541a480e1f8747219074c99f3e9edbcc",
+                       "tar.bz2"       => "b198117ee1d44c8143e030cee15f1b52",
+                       "tar.gz"        => "2baddcf979a0d4eb65434c4da3bd9cd3",
+                       "tar.xz"        => "ed0c9ad2419fffde1d8c03a2d8164179",
 );
 /* 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_6.php b/releases/5_6_6.php
new file mode 100644
index 0000000..d6945dc
--- /dev/null
+++ b/releases/5_6_6.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_6.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.6 Release Announcement");
+?>
+
+<h1>PHP 5.6.6 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.6. This release fixes several bugs and addresses CVE-2015-0235 and 
CVE-2015-0273.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.6.6 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.6";>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