Alternative Fiber Internals Refactoring (#7101)

This commit is contained in:
Martin Schröder 2021-06-05 06:25:35 +02:00 committed by GitHub
parent 0dbbf9ec47
commit a65989b127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 205 additions and 197 deletions

View file

@ -380,6 +380,7 @@ void shutdown_executor(void) /* {{{ */
zend_objects_store_free_object_storage(&EG(objects_store), fast_shutdown);
zend_weakrefs_shutdown();
zend_fiber_shutdown();
zend_try {
zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator);