From: Rob Richards Date: Wed, 10 Sep 2008 16:29:42 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.7RC1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a2daa2673f5844646ea6a0909d0f8fe78fe8505;p=php BFN --- diff --git a/NEWS b/NEWS index e538bd663b..bcc4b8dd21 100644 --- 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