From: Antony Dovgal Date: Thu, 11 Aug 2005 21:21:31 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.1.0RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=974adb419ac093e07c19923af14d83a88f98397a;p=php BFN --- diff --git a/NEWS b/NEWS index 6fb0b594d8..8f7315bc84 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS - Fixed "make test" to work for phpized extensions. (Hartmut, Jani) - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems. (Andrey) +- Fixed bug #34078 (Reflection API problems in methods with boolean or + null default values). (Tony) - Fixed bug #34068 (Numeric string as array key not cast to integer in wddx_deserialize()). (Ilia) - Fixed bug #34064 (arr[] as param to function in class gives invalid opcode).