Skip to content

Commit 6456a0f

Browse files
committed
merge new ZEND ASYNC API
1 parent b658893 commit 6456a0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,9 +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-
#ifdef PHP_ASYNC_API
21622161
zend_async_init_internal_context_api();
2163-
#endif
21642162
sapi_initialize_empty_request();
21652163
sapi_activate();
21662164

@@ -2183,7 +2181,6 @@ zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additi
21832181
#endif
21842182
gc_globals_ctor();
21852183
zend_async_globals_ctor();
2186-
zend_async_init_internal_context_api();
21872184

21882185
zend_observer_startup();
21892186
#if ZEND_DEBUG

0 commit comments

Comments
 (0)