From: Uwe Steinmann Date: Fri, 12 Apr 2002 11:47:48 +0000 (+0000) Subject: - fixed stupid compile error X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53de1218fd7f632f121eda8a17e6efd57d31905c;p=php - fixed stupid compile error --- 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);