summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-01-14 01:13:34 +0000
committer <changelog@php.net>2002-01-14 01:13:34 +0000
commit0aaafceafcbff0d978ace1aee63f4a9bcde32c0b (patch)
tree042ca915075649e3a19b29644a7abb6f838e276d
parent2af5118d35206eb2d99003bfc95fa646bd824b2a (diff)
downloadphp-git-0aaafceafcbff0d978ace1aee63f4a9bcde32c0b.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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 <glipy@fx.ro>)