From: Rob Richards Date: Mon, 19 Dec 2005 14:18:05 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.1.2RC1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78244d64af7ddd2058a6768a9c19e84af26b1a8e;p=php BFN --- diff --git a/NEWS b/NEWS index 5fa21323f5..6a79f607cd 100644 --- a/NEWS +++ b/NEWS @@ -69,6 +69,7 @@ PHP NEWS - Fixed bug #35470 (Assigning global using variable name from array doesn't function). (Dmitry) - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia) +- Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM). (Rob) - Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez) - Fixed bug #35430 (PDO crashes on incorrect FETCH_FUNC use). (Tony) - Fixed bug #35427 (str_word_count() handles '-' incorrectly). (Ilia)