]> granicus.if.org Git - php/commitdiff
BFN
authorAntony Dovgal <tony2001@php.net>
Thu, 11 Aug 2005 21:21:31 +0000 (21:21 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 11 Aug 2005 21:21:31 +0000 (21:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6fb0b594d88126797e85825f5aa05f15ed52837c..8f7315bc8418c39b4b7379ee99a05768ab0d9845 100644 (file)
--- 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).