diff options
author | <changelog@php.net> | 2002-01-14 01:13:34 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-01-14 01:13:34 +0000 |
commit | 0aaafceafcbff0d978ace1aee63f4a9bcde32c0b (patch) | |
tree | 042ca915075649e3a19b29644a7abb6f838e276d | |
parent | 2af5118d35206eb2d99003bfc95fa646bd824b2a (diff) | |
download | php-git-0aaafceafcbff0d978ace1aee63f4a9bcde32c0b.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>) |