From: Scott MacVicar Date: Thu, 14 May 2009 22:03:35 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.3.0RC3~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6acb07d2a6143483b4c63ad5086e7893778e782;p=php BFN --- diff --git a/NEWS b/NEWS index 5962a869f5..5d75c2e29a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP NEWS - Upgraded bundled sqlite to version 3.6.14. (Scott) - Upgraded bundled libmagic to 5.03 in the fileinfo extension. (Scott) +- Added the ability for json_decode() to take a user specified depth. (Scott) + - Disabled SQLite3::loadExtension for threaded SAPIs. (Scott) - Fixed bug #48257 (PharData throws exception with non-phar tar). (Greg)