diff options
author | Zeev Suraski <zeev@php.net> | 2002-05-02 14:05:26 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-05-02 14:05:26 +0000 |
commit | d0ae80a9de83b313da792591a8c607a220865f7c (patch) | |
tree | 4c0840272ec7600aa3f28447e2f19852c4bf9d19 | |
parent | 5b83e9294cac33f2a15bd28e287e507e6dd65779 (diff) | |
download | php-git-d0ae80a9de83b313da792591a8c607a220865f7c.tar.gz |
Update comment
-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 |