Skip to content

Commit 36ab8a9

Browse files
committed
+ shutdown_destructors_async Support for concurrent iteration of the global variable table
1 parent 31999c5 commit 36ab8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2615,6 +2615,7 @@ PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval)
26152615
}
26162616
#ifdef PHP_ASYNC_API
26172617
ZEND_ASYNC_RUN_SCHEDULER_AFTER_MAIN();
2618+
ZEND_ASYNC_INITIALIZE;
26182619
#endif
26192620
} zend_catch {
26202621
result = false;

0 commit comments

Comments
 (0)