Skip to content

Commit 19f43f3

Browse files
committed
MFH
1 parent c8aa3b8 commit 19f43f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,10 @@ int php_module_startup(sapi_module_struct *sf)
10071007

10081008
zend_startup_extensions();
10091009

1010+
#ifdef ZTS
1011+
zend_post_startup(TSRMLS_C);
1012+
#endif
1013+
10101014
/* */
10111015
module_initialized = 1;
10121016
sapi_deactivate(TSRMLS_C);

0 commit comments

Comments
 (0)