mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Alternative Fiber Internals Refactoring (#7101)
This commit is contained in:
parent
0dbbf9ec47
commit
a65989b127
14 changed files with 205 additions and 197 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue