]> granicus.if.org Git - php/commitdiff
Update comment
authorZeev Suraski <zeev@php.net>
Thu, 2 May 2002 14:05:26 +0000 (14:05 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 2 May 2002 14:05:26 +0000 (14:05 +0000)
configure.in

index 19f8ba7ff02e07d28b8639119e460f7d813c99c1..fd5c7cbb605dd7ab912c62825454a711c39d92e3 100644 (file)
@@ -1288,14 +1288,18 @@ 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.                                        |
 +--------------------------------------------------------------------+
 
 
-
 Thank you for using PHP.
 
 X