From: Andrey Hristov Date: Thu, 8 Jul 2010 10:18:46 +0000 (+0000) Subject: adding arginfo to mysqli fixed the bug X-Git-Tag: php-5.3.3RC3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f20dd1f9ae699ee5f046d4ef4576e83aac35371d;p=php adding arginfo to mysqli fixed the bug --- diff --git a/NEWS b/NEWS index 1a0304eb78..6fa3443142 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,7 @@ PHP NEWS (Felipe) - Fixed bug #52115 (mysqli_result::fetch_all returns null, not an empty array). (Andrey) +- Fixed bug #49216 (Reflection doesn't seem to work properly on MySqli). (Andrey) - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3). (Felipe) - Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs). (Ilia)