mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
- made compilation as dynamic lib possible
This commit is contained in:
parent
b5d39b4820
commit
6de4e2e382
@ -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);*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user