summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2001-04-09 11:53:06 +0000
committerUwe Steinmann <steinm@php.net>2001-04-09 11:53:06 +0000
commit7ee542a524b997f628cd65b7d2fa0dc376bb19de (patch)
tree0b72e978d60fc34b50d2024ea765cb1e90255175 /ext/domxml/php_domxml.h
parent846d6b1536995d057326cfaf3a8b19d5f8ed311a (diff)
downloadphp-git-7ee542a524b997f628cd65b7d2fa0dc376bb19de.tar.gz
- added domxml_version() to retrieve version of libxml
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
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);