diff options
author | Derick Rethans <derick@php.net> | 2003-03-02 12:46:37 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-03-02 12:46:37 +0000 |
commit | a8f97a48424453ac22446d3cacec6676531e2ddd (patch) | |
tree | 52b0186b4b9884ddbf9ccc70b48026baff51078f /php.ini-recommended | |
parent | 4e55747a2b0fd481018bfd390e2aa50569f73c41 (diff) | |
download | php-git-a8f97a48424453ac22446d3cacec6676531e2ddd.tar.gz |
- It was called _VARS, not _GLOBALS :-)
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
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 |