]> granicus.if.org Git - php/commitdiff
BFN
authorRob Richards <rrichards@php.net>
Wed, 10 Sep 2008 16:29:42 +0000 (16:29 +0000)
committerRob Richards <rrichards@php.net>
Wed, 10 Sep 2008 16:29:42 +0000 (16:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e538bd663b2f74ecc48e0d319f10084cd975df0b..bcc4b8dd21f8b92566953df68af2af2299773bee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ PHP                                                                        NEWS
 - Fixed bug #46029 (Segfault in DOMText when using with Reflection). (Rob)
 - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode). 
   (Felipe)
+- Fixed bug #46003 (isset on nonexisting node return unexpected results). (Rob)
 - Fixed bug #45956 (parse_ini_file() does not return false with syntax errors
   in parsed file). (Jani)
 - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and