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, 3 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 4f7ba35c9d..7abd6b135f 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -96,6 +96,7 @@ struct _zend_compiler_globals {
zend_llist filenames_list;
+ zend_bool in_compilation;
zend_bool short_tags;
zend_bool asp_tags;
zend_bool allow_call_time_pass_reference;
@@ -163,6 +164,8 @@ struct _zend_executor_globals {
int ticks_count;
+ zend_bool in_execution;
+
/* for extended information support */
zend_bool no_extensions;