summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-07-02 13:19:25 +0200
committerJoe Watkins <krakjoe@php.net>2019-07-02 13:19:25 +0200
commitd41ab644567012846416ea9d5efdd4a065f40a03 (patch)
tree21440bc101787ee263d8ea30f8eecf9f9211bb02 /Zend/zend_globals.h
parent80fc31c88764b5e6a2b68b5996d6d3f004f74141 (diff)
parent0819e6dc9b4788e5d44b64f8e606a56c969a1588 (diff)
downloadphp-git-d41ab644567012846416ea9d5efdd4a065f40a03.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: simple ignore arguments in exceptions implementation
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 281450f3fe..cfaf3bd1dd 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -234,6 +234,8 @@ struct _zend_executor_globals {
HashTable weakrefs;
+ zend_bool exception_ignore_args;
+
void *reserved[ZEND_MAX_RESERVED_RESOURCES];
};