From 53de1218fd7f632f121eda8a17e6efd57d31905c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 12 Apr 2002 11:47:48 +0000 Subject: [PATCH] - fixed stupid compile error --- ext/domxml/php_domxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index fb73fa1851..56e8d8aca4 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -61,7 +61,7 @@ PHP_FUNCTION(xmldocfile); PHP_FUNCTION(html_doc); PHP_FUNCTION(html_doc_file); #endif -PHP_FUNCTION(xmltree); +PHP_FUNCTION(domxml_xmltree); PHP_FUNCTION(domxml_new_xmldoc); PHP_FUNCTION(domxml_substitute_entities_default); -- 2.50.1