]> granicus.if.org Git - php/commitdiff
BFN
authorScott MacVicar <scottmac@php.net>
Wed, 24 Dec 2008 18:11:41 +0000 (18:11 +0000)
committerScott MacVicar <scottmac@php.net>
Wed, 24 Dec 2008 18:11:41 +0000 (18:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1dbb28065163ed3d387d83d186390173aee62117..5c898b51c9c8a7246b3b43ab14577df463c5b62a 100644 (file)
--- 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)