From: Derick Rethans Date: Sun, 2 Mar 2003 12:46:37 +0000 (+0000) Subject: - It was called _VARS, not _GLOBALS :-) X-Git-Tag: RELEASE_0_5~666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8f97a48424453ac22446d3cacec6676531e2ddd;p=php - It was called _VARS, not _GLOBALS :-) --- 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 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