]> granicus.if.org Git - php/commitdiff
- MFH
authorDerick Rethans <derick@php.net>
Thu, 2 May 2002 14:20:38 +0000 (14:20 +0000)
committerDerick Rethans <derick@php.net>
Thu, 2 May 2002 14:20:38 +0000 (14:20 +0000)
configure.in

index 2f69a36c3cc61cb0998091f14f5e739162d398ee..9812d2df7b3d720fadba34cefb6312e7c4e7ca98 100644 (file)
@@ -1250,10 +1250,15 @@ cat<<X
 | If you do not agree with the terms of this license, you must abort |
 | the installation process at this point.                            |
 +--------------------------------------------------------------------+
-|                              *** WARNING ***                       |
+|                          *** NOTE ***                              |
+|            The default for register_globals is now OFF!            |
 |                                                                    |
-| Remember to enable register_globals in your PHP.INI file, if your  |
-| software depends on it.                                            |
+| If your application relies on register_globals being ON, you       |
+| should explicitly set it to on in your php.ini file.               |
+| Note that you are strongly encouraged to read                      |
+| http://www.php.net/manual/en/security.registerglobals.php          |
+| about the implications of having register_globals set to on, and   |
+| avoid using it if possible.                                        |
 +--------------------------------------------------------------------+