We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea386a commit 9931ba7Copy full SHA for 9931ba7
Zend/zend.c
@@ -847,6 +847,8 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{
847
sizeof(executor_globals->strtod_state.freelist));
848
executor_globals->strtod_state.p5s = NULL;
849
executor_globals->strtod_state.result = NULL;
850
+ executor_globals->fatal_error_backtrace_on = false;
851
+ ZVAL_UNDEF(&executor_globals->last_fatal_error_backtrace);
852
}
853
/* }}} */
854
0 commit comments