From: Rob Richards Date: Fri, 13 Mar 2009 13:45:07 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.10RC1~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4103f0bfbd642c509ebf93b10f3b2750056292b6;p=php BFN --- diff --git a/NEWS b/NEWS index 4e01019917..9434c8626a 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ PHP NEWS (Kalle) - Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6 addresses in the filter extension). (Ilia) +- Fixed bug #47430 (Errors after writing to nodeValue parameter of an absent + previousSibling). (Rob) 26 Feb 2009, PHP 5.2.9 - Changed __call() to be invoked on private/protected method access, similar to