derick          Sun Mar  2 07:46:38 2003 EDT

  Modified files:              
    /php4       php.ini-dist php.ini-recommended 
  Log:
  - It was called _VARS, not _GLOBALS :-)
  
  
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.181 php4/php.ini-dist:1.182
--- php4/php.ini-dist:1.181     Sun Mar  2 05:19:11 2003
+++ php4/php.ini-dist   Sun Mar  2 07:46:37 2003
@@ -354,7 +354,7 @@
 ; 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: php4/php.ini-recommended
diff -u php4/php.ini-recommended:1.127 php4/php.ini-recommended:1.128
--- php4/php.ini-recommended:1.127      Sun Mar  2 05:19:12 2003
+++ php4/php.ini-recommended    Sun Mar  2 07:46:37 2003
@@ -369,7 +369,7 @@
 ; 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to