Skip to content

Commit 6903ed0

Browse files
committed
Fix ZTS build problem
1 parent 82f9aa8 commit 6903ed0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals)
302302
zend_init_rsrc_plist(ELS_C);
303303
EG(lambda_count)=0;
304304
EG(user_error_handler) = NULL;
305+
#if SUPPORT_INTERACTIVE
305306
EG(interactive) = 0;
307+
#endif
306308
}
307309

308310

0 commit comments

Comments
 (0)