scottmac Wed Dec 24 18:11:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.423&r2=1.2027.2.547.2.965.2.424&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.423 php-src/NEWS:1.2027.2.547.2.965.2.424 --- php-src/NEWS:1.2027.2.547.2.965.2.423 Wed Dec 24 00:46:09 2008 +++ php-src/NEWS Wed Dec 24 18:11:41 2008 @@ -14,6 +14,7 @@ - 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 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php