From: Uwe Steinmann Date: Mon, 7 Aug 2000 11:40:54 +0000 (+0000) Subject: - made compilation as dynamic lib possible X-Git-Tag: php-4.0.2RC1~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6de4e2e3825ab3de92e33468bc00ac58749af9c3;p=php - made compilation as dynamic lib possible --- 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);*/ }