scottmac                Fri Dec 19 02:05:33 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.419&r2=1.2027.2.547.2.965.2.420&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.419 
php-src/NEWS:1.2027.2.547.2.965.2.420
--- php-src/NEWS:1.2027.2.547.2.965.2.419       Thu Dec 18 20:32:23 2008
+++ php-src/NEWS        Fri Dec 19 02:05:32 2008
@@ -7,6 +7,11 @@
 - Deprecated session_register(), session_unregister() and
   session_is_registered(). (Hannes)
 
+- Add json_last_error() to return any error information from json_decode().
+  (Scott)
+- Add a depth parameter to json_decode() to lower the nesting depth from the
+  maximum if required. (Scott)
+
 - Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties). (Rob)
 - Fixed bug #46847 (phpinfo() is missing some settings). (Hannes)
 - Fixed bug #46811 (ini_set() doesn't return false on failure). (Hannes)
@@ -18,6 +23,7 @@
   (Derick)
 - 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)
 
 04 Dec 2008, PHP 5.3.0 Alpha 3
 - Upgraded bundled PCRE to version 7.8. (Nuno)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to