* PHP-5.4:
Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in php-fpm.conf
. Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian).
(Remi)
- . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf).
+ - 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)
- SimpleXML:
. Fixed bug #66084 (simplexml_load_string() mangles empty node name)