From: Jani Taskinen Date: Tue, 14 Dec 2010 15:42:22 +0000 (+0000) Subject: - $_REQUEST is also JIT global now X-Git-Tag: php-5.4.0alpha1~191^2~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab80d4e4b7993f06ef9845a5c0e46bcad73023ef;p=php - $_REQUEST is also JIT global now --- diff --git a/php.ini-development b/php.ini-development index 9fd61d86b1..de7d41e651 100644 --- a/php.ini-development +++ b/php.ini-development @@ -628,10 +628,10 @@ request_order = "GP" ; http://php.net/register-argc-argv register_argc_argv = Off -; When enabled, the SERVER and ENV variables are created when they're first -; used (Just In Time) instead of when the script starts. If these variables -; are not used within a script, having this directive on will result in a -; performance gain. The PHP directive register_argc_argv must be disabled +; When enabled, the ENV, REQUEST and SERVER variables are created when they're +; first used (Just In Time) instead of when the script starts. If these +; variables are not used within a script, having this directive on will result +; in a performance gain. The PHP directive register_argc_argv must be disabled ; for this directive to have any affect. ; http://php.net/auto-globals-jit auto_globals_jit = On diff --git a/php.ini-production b/php.ini-production index 845a64bc80..90e79e8756 100644 --- a/php.ini-production +++ b/php.ini-production @@ -628,10 +628,10 @@ request_order = "GP" ; http://php.net/register-argc-argv register_argc_argv = Off -; When enabled, the SERVER and ENV variables are created when they're first -; used (Just In Time) instead of when the script starts. If these variables -; are not used within a script, having this directive on will result in a -; performance gain. The PHP directive register_argc_argv must be disabled +; When enabled, the ENV, REQUEST and SERVER variables are created when they're +; first used (Just In Time) instead of when the script starts. If these +; variables are not used within a script, having this directive on will result +; in a performance gain. The PHP directive register_argc_argv must be disabled ; for this directive to have any affect. ; http://php.net/auto-globals-jit auto_globals_jit = On