diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 4714a1bb91..583f5df0bd 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -146,6 +146,10 @@ register_globals = On ; Whether or not to register the EGPCB variables as globa ; most sense when coupled with track_vars - in which case you can ; access all of the GPC variables through the $HTTP_*_VARS[], ; variables. +register_argv_argc = On ; This directive tells PHP whether to declare the argv&argc + ; variables (that would contain the GET information). If you + ; don't use these variables, you should turn it off for + ; increased performance track_vars = On ; enable the $HTTP_*_VARS[] arrays, where * is one of ; ENV, POST, GET, COOKIE or SERVER. gpc_order = "GPC" ; This directive is deprecated. Use variables_order instead. |