Merge branch 'PHP-7.4'

This commit is contained in:
Nikita Popov 2019-04-18 10:11:51 +02:00
commit 492a5d3ebe

View File

@ -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;