From: Remi Collet Date: Mon, 31 Mar 2014 14:57:29 +0000 (+0200) Subject: NEWS X-Git-Tag: php-5.5.12RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60fb57d4f672d08b8aaa39469c4eba92af08265b;p=php NEWS --- diff --git a/NEWS b/NEWS index c84c1de45d..57ff613eb6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ PHP NEWS - Embed: . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol). +- Fileinfo: + . Fixed bug #66987i (Memory corruption in fileinfo ext / bigendian). + (Remi) + - mysqli: . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter (extra comma) and third parameters (lack of escaping). (Andrey)