diff options
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index d1bda5b064..72d045e281 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -200,6 +200,7 @@ struct _zend_executor_globals { HashTable *in_autoload; zend_function *autoload_func; zend_bool full_tables_cleanup; + zend_bool ze1_compatibility_mode; /* for extended information support */ zend_bool no_extensions; |