From 6de4e2e3825ab3de92e33468bc00ac58749af9c3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 7 Aug 2000 11:40:54 +0000 Subject: - made compilation as dynamic lib possible --- ext/domxml/php_domxml.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/domxml/php_domxml.c') diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 02642d4a9b..6ceb696fde 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -107,6 +107,10 @@ zend_module_entry php_domxml_module_entry = { "domxml", php_domxml_functions, PHP_MINIT(domxml), NULL, NULL, NULL, PHP_MINFO(domxml), STANDARD_MODULE_PROPERTIES }; +#ifdef COMPILE_DL_DOMXML +ZEND_GET_MODULE(php_domxml) +#endif + void _free_node(xmlNode *tmp) { /*fprintf(stderr, "Freeing node: %s\n", tmp->name);*/ } -- cgit v1.2.1