summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-03-02 12:46:37 +0000
committerDerick Rethans <derick@php.net>2003-03-02 12:46:37 +0000
commita8f97a48424453ac22446d3cacec6676531e2ddd (patch)
tree52b0186b4b9884ddbf9ccc70b48026baff51078f /php.ini-recommended
parent4e55747a2b0fd481018bfd390e2aa50569f73c41 (diff)
downloadphp-git-a8f97a48424453ac22446d3cacec6676531e2ddd.tar.gz
- It was called _VARS, not _GLOBALS :-)
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 99f4e140c4..781bcc1269 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -369,7 +369,7 @@ variables_order = "GPCS"
; to possible security problems, if the code is not very well thought of.
register_globals = Off
-; Whether or not to register the old-style input arrays, HTTP_GET_GLOBALS
+; Whether or not to register the old-style input arrays, HTTP_GET_VARS
; and friends. If you're not using them, it's recommended to turn them off,
; for performance reasons.
register_long_arrays = Off