]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 14 Jan 2002 01:13:34 +0000 (01:13 +0000)
committer <changelog@php.net> <>
Mon, 14 Jan 2002 01:13:34 +0000 (01:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b33cc8ad87dae33b795395654a478bd3c904a116..dc63126c1346276ae0c1fd4812704ddf89145caa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
+- Added xpath_register_ns() function.
+  It makes possible to issue XPath queries with namespaces
+  like for example: "//namespace:sampletag" (Chris Jarecki)
 - Added multi-byte enabled regex functions. (Rui)
 - Added second parameter to count() that can be used to specify either normal
   or recursive counting. (patch by Vlad Bosinceanu <glipy@fx.ro>)