From 7ee542a524b997f628cd65b7d2fa0dc376bb19de Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 9 Apr 2001 11:53:06 +0000 Subject: - added domxml_version() to retrieve version of libxml --- ext/domxml/php_domxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 874b525711..d318230919 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -37,6 +37,7 @@ extern zend_module_entry domxml_module_entry; extern PHP_MINIT_FUNCTION(domxml); extern PHP_RINIT_FUNCTION(domxml); extern PHP_MINFO_FUNCTION(domxml); +PHP_FUNCTION(domxml_version); PHP_FUNCTION(xmldoc); PHP_FUNCTION(xmldocfile); PHP_FUNCTION(xmltree); -- cgit v1.2.1