From ab80d4e4b7993f06ef9845a5c0e46bcad73023ef Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 14 Dec 2010 15:42:22 +0000 Subject: [PATCH] - $_REQUEST is also JIT global now --- php.ini-development | 8 ++++---- php.ini-production | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 -- 2.40.0