diff options
| author | Zeev Suraski <zeev@php.net> | 2004-03-16 19:49:19 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2004-03-16 19:49:19 +0000 |
| commit | 02344b1dae6dfba37932b96f6af9f75a1722c683 (patch) | |
| tree | f722fe1fc16ffb6536e6a44c66578a2adb39dcd7 /main/php_globals.h | |
| parent | e2a5ebf5975c5c0af51eff04fb9df585e5f9d6be (diff) | |
| download | php-git-02344b1dae6dfba37932b96f6af9f75a1722c683.tar.gz | |
Improve the way auto-globals JIT works, and add the ability to turn it off
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 2d9a0fdfbe..5d8530850f 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -121,6 +121,7 @@ struct _php_core_globals { zend_bool register_globals; zend_bool register_long_arrays; zend_bool register_argc_argv; + zend_bool auto_globals_jit; zend_bool y2k_compliance; |
