File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -812,7 +812,6 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{
812
812
executor_globals -> in_autoload = NULL ;
813
813
executor_globals -> current_execute_data = NULL ;
814
814
executor_globals -> current_module = NULL ;
815
- ZVAL_UNDEF (& executor_globals -> error_backtrace );
816
815
executor_globals -> exit_status = 0 ;
817
816
#if XPFPA_HAVE_CW
818
817
executor_globals -> saved_fpu_cw = 0 ;
Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ void init_executor(void) /* {{{ */
140
140
original_sigsegv_handler = signal (SIGSEGV , zend_handle_sigsegv );
141
141
#endif
142
142
143
+ ZVAL_UNDEF (& EG (error_backtrace ));
144
+
143
145
EG (symtable_cache_ptr ) = EG (symtable_cache );
144
146
EG (symtable_cache_limit ) = EG (symtable_cache ) + SYMTABLE_CACHE_SIZE ;
145
147
EG (no_extensions ) = 0 ;
You can’t perform that action at this time.
0 commit comments