Searched refs:auto_globals_jit (Results 1 – 7 of 7) sorted by relevance
128 zend_bool auto_globals_jit; member
684 …zend_bool jit_initialization = (PG(auto_globals_jit) && !PG(register_globals) && !PG(register_long… in php_hash_environment()
480 …o_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_globals_jit, php_core_glo…
542 …zend_bool jit_initialization = (PG(auto_globals_jit) && !PG(register_globals) && !PG(register_long… in php_filter_get_storage()
736 auto_globals_jit = On
5610 - Fixed 'auto_globals_jit' to work together with 'register_argc_argv'. (Dmitry)
Completed in 44 milliseconds