summaryrefslogtreecommitdiff
path: root/php.ini-dist
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-dist
parent4e55747a2b0fd481018bfd390e2aa50569f73c41 (diff)
downloadphp-git-a8f97a48424453ac22446d3cacec6676531e2ddd.tar.gz
- It was called _VARS, not _GLOBALS :-)
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 1b00fb4593..a342a1eeb6 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -354,7 +354,7 @@ variables_order = "EGPCS"
; 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