summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 8408cb8916..34f74a567c 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -115,7 +115,6 @@ struct _zend_compiler_globals {
zend_llist open_files;
- zend_llist *throw_list;
long catch_begin;
struct _zend_ini_parser_param *ini_parser_param;
@@ -229,9 +228,11 @@ struct _zend_executor_globals {
HashTable *ini_directives;
zend_objects_store objects_store;
zval *exception;
+ zend_op *opline_before_exception;
struct _zend_execute_data *current_execute_data;
+
zend_property_info std_property_info;
/* locale stuff */