From ec9b82f0f4c7eb48ddacd0f6945e3f406b8c82a1 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 19 May 2009 09:41:34 +0000 Subject: [PATCH] fix news --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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) -- 2.50.1