]> granicus.if.org Git - php/commitdiff
Extension news
authorIlia Alshanetsky <iliaa@php.net>
Wed, 19 Jul 2006 16:20:02 +0000 (16:20 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 19 Jul 2006 16:20:02 +0000 (16:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 33e08ddf80f68c5a3187eaa91d6d016b7300f268..b9b17e3e13161b9276de7a761736f5812574f9ea 100644 (file)
--- 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.