1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00

NEWS update

This commit is contained in:
2002-01-14 01:13:34 +00:00
parent 2af5118d35
commit 0aaafceafc

3
NEWS
View File

@@ -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>)