From: Anatol Belski Date: Mon, 24 Mar 2014 09:29:39 +0000 (+0100) Subject: updated NEWS X-Git-Tag: php-5.6.0beta1~3^2~50^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8558640a6a795f12313119f47442a2bf68f434e1;p=php updated NEWS --- diff --git a/NEWS b/NEWS index e01715222d..bdb8e4c8f5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.5.12 +- Embed: + . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol). + - mysqli: . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter (extra comma) and third parameters (lack of escaping). (Andrey)