From: Jani Taskinen Date: Tue, 19 May 2009 09:41:34 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.3.0RC3~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec9b82f0f4c7eb48ddacd0f6945e3f406b8c82a1;p=php fix news --- diff --git a/NEWS b/NEWS index b23173b4bd..43b93ae94b 100644 --- a/NEWS +++ b/NEWS @@ -4,10 +4,12 @@ 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) -- Coalesce all the zend_extension_* variables into zend_extension. (Derick) +- Removed all zend_extension_* php.ini directives. Zend extensions are now + always loaded using zend_extension directive. (Derick) + +- Changed SQLite3::loadExtension() to be disabled for threaded SAPIs. (Scott) -- Disabled SQLite3::loadExtension for threaded SAPIs. (Scott) +- Added the ability for json_decode() to take a user specified depth. (Scott) - Fixed bug #48257 (PharData throws exception with non-phar tar). (Greg) - Fixed bug #48227 (NumberFormatter::format leaks memory). (Felipe)