|
|
|
@ -24,7 +24,7 @@ |
|
|
|
; $HTTP_POST_VARS["foo"], $HTTP_GET_VARS["foo"], $HTTP_COOKIE_VARS["foo"], |
|
|
|
; $HTTP_ENV_VARS["foo"] or $HTTP_SERVER_VARS["foo"], depending on which kind |
|
|
|
; of input source you're expecting 'foo' to come from. |
|
|
|
; - register_argv_argc = Off |
|
|
|
; - register_argc_argv = Off |
|
|
|
; Disables registration of the somewhat redundant $argv and $argc global |
|
|
|
; variables. |
|
|
|
; - magic_quotes_gpc = Off |
|
|
|
@ -164,7 +164,7 @@ register_globals = Off ; Whether or not to register the EGPCS variables as glob |
|
|
|
; 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 = Off ; This directive tells PHP whether to declare the argv&argc |
|
|
|
register_argc_argv = Off ; 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 |
|
|
|
|