diff --git a/NEWS b/NEWS index b33cc8ad87d..dc63126c134 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 )