From 992e808451faa8351586468093bb71f4061fd902 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 10 Feb 2000 15:24:13 +0000 Subject: - added funktion xmltree(), renamed dom() to xmldoc() and domfile() to xmldocfile(). - testdom covers most of the functionality --- ext/domxml/php_domxml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index bee87423a3..a479d3f410 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -43,8 +43,8 @@ extern zend_module_entry php_domxml_module_entry; /* directory functions */ extern PHP_MINIT_FUNCTION(domxml); extern PHP_MINFO_FUNCTION(domxml); -PHP_FUNCTION(getdom); -PHP_FUNCTION(getdomfile); +PHP_FUNCTION(xmldoc); +PHP_FUNCTION(xmldocfile); PHP_FUNCTION(xmltree); PHP_FUNCTION(domxml_newxmldoc); -- cgit v1.2.1