summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2002-01-19 01:12:59 +0000
committer <changelog@php.net>2002-01-19 01:12:59 +0000
commita3836896ca3742e79f3eec3d97bd2782e933adf6 (patch)
treeaf8f6023b2bce6ee87d6b5305cbf0054db9d7247 /NEWS
parent6120b8dc5a6b531426b21903c52d3c57ab9e22b6 (diff)
downloadphp-git-a3836896ca3742e79f3eec3d97bd2782e933adf6.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 184158e95a..31c692ffd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.2.0-dev
+- added function domxml_dump_node($doc,$node). Dumps a node plus all
+ children into a string. (chregu)
+- Added function domxml_node_get_content() (chregu)
+- added function domxml_dump_file($filename,[$compression]). Dumps XML to
+ a file and uses compression, if specified (chregu)
+- added exslt integration (see http://exslt.org for details). To be
+ configured with --with-dom-exslt[=DIR] (and --with-dom-xslt) (chregu, jaroslaw)
- Don't touch any globals in session_unset() if register_globals is set
to off. (Thies)
- Added 3 new optional parameters to OCIFetchStatement(). They control