- made compilation as dynamic lib possible

This commit is contained in:
Uwe Steinmann 2000-08-07 11:40:54 +00:00
parent b5d39b4820
commit 6de4e2e382

View File

@ -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);*/
}