diff options
author | Zeev Suraski <zeev@php.net> | 2003-01-12 12:39:06 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-01-12 12:39:06 +0000 |
commit | 424e98f4e2f14230f8743ddad85058fe1e0ad391 (patch) | |
tree | 6122309cb7e9a44c3e5cdb6131373cece41629ff /Zend/zend_globals.h | |
parent | c98f4e9f323596d3e17e0b5cf15e69cdcb278dd0 (diff) | |
download | php-git-424e98f4e2f14230f8743ddad85058fe1e0ad391.tar.gz |
Implemented compatibility mode
To enable - zend2.implicit_clone = on in php.ini or using ini_set()
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 a8f4fbdf40..df8b928c6b 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -177,6 +177,7 @@ struct _zend_executor_globals { zend_bool in_execution; zend_bool bailout_set; zend_bool full_tables_cleanup; + zend_bool implicit_clone; /* for extended information support */ zend_bool no_extensions; |