summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-08-12 13:11:50 +0000
committerChristian Stocker <chregu@php.net>2002-08-12 13:11:50 +0000
commitc0f12111bab08b1f452f9f59666c4961ac6eb724 (patch)
tree8e79ae98bc3399347657ba538a3ef21481c9ebc6 /ext/domxml/php_domxml.h
parent9d03c0bdf018b0c174fc5a925ebded26287c04d7 (diff)
downloadphp-git-c0f12111bab08b1f452f9f59666c4961ac6eb724.tar.gz
@ - Added $DomDocument->xinclude() for substitution of XIncludes in
a DomDocument (chregu)
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 62f4e4722b..5cde9277c6 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -105,6 +105,7 @@ PHP_FUNCTION(domxml_dump_mem);
PHP_FUNCTION(domxml_dump_mem_file);
PHP_FUNCTION(domxml_dump_node);
PHP_FUNCTION(domxml_doc_validate);
+PHP_FUNCTION(domxml_doc_xinclude);
#if defined(LIBXML_HTML_ENABLED)
PHP_FUNCTION(domxml_html_dump_mem);
#endif