mirror of
https://github.com/php/php-src.git
synced 2025-01-26 13:44:22 +08:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
492a5d3ebe
@ -2493,6 +2493,7 @@ ZEND_API void zend_post_deactivate_modules(void) /* {{{ */
|
||||
if (module->type != MODULE_TEMPORARY) {
|
||||
break;
|
||||
}
|
||||
module_destructor(module);
|
||||
} ZEND_HASH_FOREACH_END_DEL();
|
||||
} else {
|
||||
zend_module_entry **p = module_post_deactivate_handlers;
|
||||
|
Loading…
Reference in New Issue
Block a user