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 b4f275f commit 16c9652Copy full SHA for 16c9652
Zend/zend.c
@@ -1050,6 +1050,8 @@ void zend_startup(zend_utility_functions *utility_functions) /* {{{ */
1050
CG(map_ptr_last) = 0;
1051
#endif /* ZTS */
1052
EG(error_reporting) = E_ALL & ~E_NOTICE;
1053
+ EG(fatal_error_backtrace_on) = false;
1054
+ ZVAL_UNDEF(&EG(last_fatal_error_backtrace));
1055
1056
zend_interned_strings_init();
1057
zend_startup_builtin_functions();
0 commit comments