]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 00:32:09 +0000 (17:32 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 00:32:42 +0000 (17:32 -0700)
* PHP-5.5:
  Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in php-fpm.conf

1  2 
NEWS

diff --cc NEWS
index 0dd2d2120ef61aba433a3349e193e4dc10f2a6ad,9f11dcbb99628ddf33f1db58b44afe4027d688c4..8b656aa105b899f45a0b773961d38c53f619c69a
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -18,12 -15,23 +18,15 @@@ PH
    . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is
      supplied). (Boro Sitnikovski)
  
 -- Embed:
 -  . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol).
 -
 -- Fileinfo:
 -  . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian).
 -    (Remi)
 -
+ - FPM:
+   . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf).
 -- mysqli:
 -  . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter
 -    (extra comma) and third parameters (lack of escaping). (Andrey)
 +- mysqlnd:
 +  . Added a new fetching mode to mysqlnd. (Andrey)
  
 -- SimpleXML:
 -  . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
 -    (Anatol)
 +- PDO:
 +  . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).
 +    (Matteo)
  
  - SQLite:
    . Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol)