]> granicus.if.org Git - php/commitdiff
BFN
authorRob Richards <rrichards@php.net>
Fri, 13 Mar 2009 13:45:07 +0000 (13:45 +0000)
committerRob Richards <rrichards@php.net>
Fri, 13 Mar 2009 13:45:07 +0000 (13:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4e010199177fee6188e1c16aacdf92321753b734..9434c8626ad7518abf7684eede8a3fc6100da573 100644 (file)
--- 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