diff options
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index ea2d4f219e..d1bda5b064 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -176,7 +176,7 @@ struct _zend_executor_globals { HashTable included_files; /* files already included */ - jmp_buf bailout; + jmp_buf *bailout; int error_reporting; int orig_error_reporting; @@ -199,7 +199,6 @@ struct _zend_executor_globals { zend_bool in_execution; HashTable *in_autoload; zend_function *autoload_func; - zend_bool bailout_set; zend_bool full_tables_cleanup; /* for extended information support */ |