From: Date: Mon, 14 Jan 2002 01:13:34 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_ISSET_PATCH~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aaafceafcbff0d978ace1aee63f4a9bcde32c0b;p=php NEWS update --- diff --git a/NEWS b/NEWS index b33cc8ad87..dc63126c13 100644 --- 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 )