Home
last modified time | relevance | path

Searched refs:auto_globals_jit (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/main/
H A Dphp_globals.h116 zend_bool auto_globals_jit; member
H A Dphp_variables.c852 …zend_register_auto_global(ZEND_STRL("_SERVER"), PG(auto_globals_jit), php_auto_globals_create_serv… in php_startup_auto_globals()
853 …zend_register_auto_global(ZEND_STRL("_ENV"), PG(auto_globals_jit), php_auto_globals_create_env TSR… in php_startup_auto_globals()
854 …zend_register_auto_global(ZEND_STRL("_REQUEST"), PG(auto_globals_jit), php_auto_globals_create_req… in php_startup_auto_globals()
H A Dmain.c513 …o_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_globals_jit, php_core_glo…
/PHP-5.4/ext/filter/
H A Dfilter.c540 if (PG(auto_globals_jit)) { in php_filter_get_storage()
546 if (PG(auto_globals_jit)) { in php_filter_get_storage()
/PHP-5.4/
H A Dphp.ini-development648 auto_globals_jit = On
H A Dphp.ini-production648 auto_globals_jit = On
H A DNEWS7471 - Fixed 'auto_globals_jit' to work together with 'register_argc_argv'. (Dmitry)

Completed in 43 milliseconds