From: Scott MacVicar Date: Wed, 24 Dec 2008 18:11:41 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.3.0beta1~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b3197a9cd9179327d06e51be38e828590a48a85;p=php BFN --- diff --git a/NEWS b/NEWS index 1dbb280651..5c898b51c9 100644 --- a/NEWS +++ b/NEWS @@ -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)