]> granicus.if.org Git - php/commitdiff
- It was called _VARS, not _GLOBALS :-)
authorDerick Rethans <derick@php.net>
Sun, 2 Mar 2003 12:46:37 +0000 (12:46 +0000)
committerDerick Rethans <derick@php.net>
Sun, 2 Mar 2003 12:46:37 +0000 (12:46 +0000)
php.ini-dist
php.ini-recommended

index 1b00fb45933b7c26d7ee6104b5118d8c1faffd36..a342a1eeb693f8d54beeaf26f03ca39a470a9c18 100644 (file)
@@ -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
index 99f4e140c4886d68a81648c50877766350ff110a..781bcc12693d4fea38d193fa5db8f94ab21861d1 100644 (file)
@@ -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