From: Andrey Hristov Date: Wed, 19 Mar 2014 16:54:56 +0000 (+0200) Subject: fix typo X-Git-Tag: php-5.5.12RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44fb74fad1f1191110de982d10d6596c2b2b1015;p=php fix typo --- diff --git a/NEWS b/NEWS index e8377e7a76..e01715222d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.5.12 -- SPL: +- mysqli: . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter (extra comma) and third parameters (lack of escaping). (Andrey)