diff options
author | Rob Richards <rrichards@php.net> | 2005-12-19 14:18:05 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2005-12-19 14:18:05 +0000 |
commit | 78244d64af7ddd2058a6768a9c19e84af26b1a8e (patch) | |
tree | 08205bff376ca342af8de974a70e99a560943547 | |
parent | fc4ebee3e322fe06e13c2583f8c3df4e376449b9 (diff) | |
download | php-git-78244d64af7ddd2058a6768a9c19e84af26b1a8e.tar.gz |
BFN
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |