Skip to content

Commit 9486c42

Browse files
committed
+ zend_async_init_internal_context_api early initialization of the async context
1 parent 4310a08 commit 9486c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,7 @@ zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additi
21582158

21592159
module_shutdown = false;
21602160
module_startup = true;
2161+
zend_async_init_internal_context_api();
21612162
sapi_initialize_empty_request();
21622163
sapi_activate();
21632164

@@ -2180,7 +2181,6 @@ zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additi
21802181
#endif
21812182
gc_globals_ctor();
21822183
zend_async_globals_ctor();
2183-
zend_async_init_internal_context_api();
21842184

21852185
zend_observer_startup();
21862186
#if ZEND_DEBUG

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy