diff options
author | Scott MacVicar <scottmac@php.net> | 2008-12-24 18:11:41 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2008-12-24 18:11:41 +0000 |
commit | 4b3197a9cd9179327d06e51be38e828590a48a85 (patch) | |
tree | 7ffe955b5a4704498969f7a73e67590f54b4164c | |
parent | 7fe245af8513f0a3d6410480022c7d10e01a99b5 (diff) | |
download | php-git-4b3197a9cd9179327d06e51be38e828590a48a85.tar.gz |
BFN
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,7 @@ PHP NEWS - Added shm_has_var() function. (Mike) - Add a depth parameter to json_decode() to lower the nesting depth from the maximum if required. (Scott) +- Add ICU support to SQLite3 if using the bundled version. (Scott) - Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties). (Rob) - Fixed bug #46847 (phpinfo() is missing some settings). (Hannes) @@ -26,6 +27,8 @@ PHP NEWS Closure and SplFileInfo using exceptions). (Etienne) - Fixed bug #46268 (DateTime::modify() does not reset relative time values). (Derick) +- Fixed bug #45991 (Ini files with the UTF-8 BOM are treated as invalid). + (Scott) - Fixed bug #45989 (json_decode() doesn't return NULL on certain invalid strings). (magicaltux, Scott) - Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double). (Scott) |