1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

- $_REQUEST is also JIT global now

This commit is contained in:
Jani Taskinen
2010-12-14 15:42:22 +00:00
parent 52563ea0a3
commit ab80d4e4b7
2 changed files with 8 additions and 8 deletions
+4 -4
View 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
+4 -4
View 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