summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-10 09:31:53 +0000
committerSascha Schumann <sas@php.net>2000-05-10 09:31:53 +0000
commitee3c06a533f86fba4085e4f2af28752c5724f9c1 (patch)
treec505c9859796bad4328eebc6a8a62a8512e49d9c
parentab6d34d8baacca4ed16f740507d084ccf35f4b35 (diff)
downloadphp-git-ee3c06a533f86fba4085e4f2af28752c5724f9c1.tar.gz
Fix register_argc_argv entry.
Submitted by: André Langhorst <A.Langhorst@itbnet.de>
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-optimized4
-rw-r--r--php.ini-recommended4
3 files changed, 5 insertions, 5 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 2ee74bca86..a86970dcbd 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -176,7 +176,7 @@ register_globals = On ; Whether or not to register the EGPCS 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
+register_argc_argv = 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
diff --git a/php.ini-optimized b/php.ini-optimized
index 64d0346017..2f2f2152aa 100644
--- a/php.ini-optimized
+++ b/php.ini-optimized
@@ -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
diff --git a/php.ini-recommended b/php.ini-recommended
index 64d0346017..2f2f2152aa 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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