]> granicus.if.org Git - php/commitdiff
- $_REQUEST is also JIT global now
authorJani Taskinen <jani@php.net>
Tue, 14 Dec 2010 15:42:22 +0000 (15:42 +0000)
committerJani Taskinen <jani@php.net>
Tue, 14 Dec 2010 15:42:22 +0000 (15:42 +0000)
php.ini-development
php.ini-production

index 9fd61d86b11b1bf656358c63d6744f8632877fc0..de7d41e6519d08c077c393dd53d41f82f5f88845 100644 (file)
@@ -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
index 845a64bc808446d2f816cfc47b8b01664c52a0d4..90e79e8756cb1988121c925e740431aa97f7c9cf 100644 (file)
@@ -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