From: Ilia Alshanetsky Date: Wed, 19 Jul 2006 16:20:02 +0000 (+0000) Subject: Extension news X-Git-Tag: php-5.2.0RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=221ac1b9e5f0c106651a89b17f57be6d58017c1b;p=php Extension news --- diff --git a/NEWS b/NEWS index 33e08ddf80..b9b17e3e13 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,7 @@ PHP NEWS . Added readInnerXML(), readOuterXML(), readString(), setSchema(). (2.6.20+) . Changed to passing libxml options when loading reader. +- Added JSON and Filter extensions. (Derick, Rasmus) - Added error messages to disk_free_space() and disk_total_space() functions. FR #37971 (Tony) - Added PATHINFO_FILENAME option to pathinfo() to get the filename. (Toby S.