summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2005-12-19 14:18:05 +0000
committerRob Richards <rrichards@php.net>2005-12-19 14:18:05 +0000
commit78244d64af7ddd2058a6768a9c19e84af26b1a8e (patch)
tree08205bff376ca342af8de974a70e99a560943547
parentfc4ebee3e322fe06e13c2583f8c3df4e376449b9 (diff)
downloadphp-git-78244d64af7ddd2058a6768a9c19e84af26b1a8e.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)