diff options
-rw-r--r-- | configure.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 19f8ba7ff0..fd5c7cbb60 100644 --- a/configure.in +++ b/configure.in @@ -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 |