summaryrefslogtreecommitdiff
path: root/ext/dom/dom_fe.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-10-27 15:32:22 +0000
committerChristian Stocker <chregu@php.net>2003-10-27 15:32:22 +0000
commit3cd8d4a8653a048d055c926a31ce3f88ee76ff59 (patch)
tree93acc53e47061938ed86bf2235ca6e04a7f4007c /ext/dom/dom_fe.h
parentdf7799762a195ddf6b72ca42247ea491d1cfc4e4 (diff)
downloadphp-git-3cd8d4a8653a048d055c926a31ce3f88ee76ff59.tar.gz
xinclude support readded to ext/dom
Diffstat (limited to 'ext/dom/dom_fe.h')
-rw-r--r--ext/dom/dom_fe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/dom_fe.h b/ext/dom/dom_fe.h
index c5a8b450c3..26edda384e 100644
--- a/ext/dom/dom_fe.h
+++ b/ext/dom/dom_fe.h
@@ -126,6 +126,7 @@ PHP_FUNCTION(dom_document_save);
PHP_FUNCTION(dom_document_loadxml);
PHP_FUNCTION(dom_document_savexml);
PHP_FUNCTION(dom_document_validate);
+PHP_FUNCTION(dom_document_xinclude);
#if defined(LIBXML_HTML_ENABLED)
PHP_FUNCTION(dom_document_load_html);