Commit:    5029cf2f5884f3f96f931ceefe4d8c32a21d3733
Author:    Julien Pauli <[email protected]>         Thu, 14 Nov 2013 11:10:10 +0100
Parents:   2b24083bff82b89c5533f4c2d027b2b52c4c855d
Branches:  master

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

Log:
PHP 5.5.6 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2013-11-14-1.xml
  M  include/releases.inc
  M  include/version.inc


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index c41b8a5..cb31e55 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -10,6 +10,47 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 ?>
 
 <h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.5.6"><!-- {{{ 5.5.6 -->
+<h3>Version 5.5.6</h3>
+<b>14-Nov-2013</b>
+<ul><li>Core:
+<ul>
+  <li>Improved performance of array_merge() and func_get_args() by eliminating 
useless copying.</li>
+  <li><?php bugfix(65947); ?> (basename is no more working after fgetcsv in 
certain situation).</li>
+  <li><?php bugfix(65939); ?> (Space before ";" breaks php.ini parsing).</li>
+  <li><?php bugfix(65911); ?> (scope resolution operator - strange behavior 
with $this).</li>
+  <li><?php bugfix(65936); ?> (dangling context pointer causes crash).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Changed default listen() backlog to 65535.</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(66043); ?> (Segfault calling bind_param() on mysqli).</li>
+</ul></li>
+<li>OPCache:
+<ul>
+  <li>Increased limit for opcache.max_accelerated_files to 1,000,000.</li>
+  <li>Fixed issue #115 (path issue when using phar).</li>
+  <li>Fixed issue #149 (Phar mount points not working with OPcache 
enabled).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(65950); ?> (Field name truncation if the field name is 
bigger than 32 characters).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(66033); ?> (Segmentation Fault when constructor of PDO 
statement throws an exception).</li>
+  <li><?php bugfix(65946); ?> (sql_parser permanently converts values bound to 
strings).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(64760); ?> (var_export() does not use full precision for 
floating-point numbers).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.5"><!-- {{{ 5.5.5 -->
 <h3>Version 5.5.5</h3>
 <b>17-Oct-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 5a20deb..448160a 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/2013-11-14-1.xml"/>
   <xi:include href="entries/2013-10-24-2.xml"/>
   <xi:include href="entries/2013-10-24-1.xml"/>
   <xi:include href="entries/2013-10-17-1.xml"/>
diff --git a/archive/entries/2013-11-14-1.xml b/archive/entries/2013-11-14-1.xml
new file mode 100644
index 0000000..e3c7ddc
--- /dev/null
+++ b/archive/entries/2013-11-14-1.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.6 is now available</title>
+  <id>http://php.net/archive/2013.php#id2013-11-14-1</id>
+  <published>2013-11-14T08:58:23+00:00</published>
+  <updated>2013-11-14T08:58:23+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2013-11-14-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-11-14-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 
5.5.6. This release fixes some bugs against
+      PHP 5.5.5, and adds some performance improvements.</p>
+
+     <p>For source downloads of PHP 5.5.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.5.6";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 7ed5eeb..43668ef 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,44 @@
 $OLDRELEASES = array (
   5 => 
   array (
+  '5.5.5' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_5.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.5.tar.bz2',
+          'name' => 'PHP 5.5.5 (tar.bz2)',
+          'md5' => '186c330c272d6322d254db9b2d18482a',
+          'date' => '17 Oct 2013',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.5.tar.gz',
+          'name' => 'PHP 5.5.5 (tar.gz)',
+          'md5' => '6bb31ee3466ed7a47943dcc04dd64195',
+          'date' => '17 Oct 2013',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.5.tar.xz',
+          'name' => 'PHP 5.5.5 (tar.xz)',
+          'md5' => 'a4788118fdb0c4d8cef08be72025e983',
+          'date' => '17 Oct 2013',
+        ),
+        3 => 
+        array (
+          'link' => 'http://windows.php.net/download/#php-5.5',
+          'name' => 'Windows 5.5.5 binaries and source',
+        ),
+      ),
+      'date' => '17 Oct 2013',
+      'museum' => false,
+    ),
     '5.5.4' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 1a88b53..3d1d13f 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,15 +15,15 @@
  *     ),
  * );6 Dec
 /* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.6RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_5_RC_DATE = '31 Oct 2013';
 
-$PHP_5_5_VERSION         = "5.5.5";
-$PHP_5_5_DATE            = "17 Oct 2013";
+$PHP_5_5_VERSION         = "5.5.6";
+$PHP_5_5_DATE            = "14 Nov 2013";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "186c330c272d6322d254db9b2d18482a",
-                       "tar.gz"        => "6bb31ee3466ed7a47943dcc04dd64195",
-                       "tar.xz"        => "a4788118fdb0c4d8cef08be72025e983",
+                       "tar.bz2"       => "1472b1f968a2a4ae8b26f3134a116011",
+                       "tar.gz"        => "82968eac50c523ecf7a05855cb5c3d0a",
+                       "tar.xz"        => "77ad90035931aacb95d11318b09c12ca",
 );
 /* PHP 5.4 Release */
 $PHP_5_4_RC = '5.4.22RC1'; //'5.4.21RC1'; // Current RC version (e.g., 
'5.6.7RC1') or false


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to