summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-05-02 14:20:38 +0000
committerDerick Rethans <derick@php.net>2002-05-02 14:20:38 +0000
commite88d05b9a5fab55952bf9f740e8b69980e44da45 (patch)
tree75e4bde4cdc72b0d011e9f29a20ea19361e4f322
parent5771743122bef3d113ba12a605333d41aec8057b (diff)
downloadphp-git-e88d05b9a5fab55952bf9f740e8b69980e44da45.tar.gz
- MFH
-rw-r--r--configure.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 2f69a36c3c..9812d2df7b 100644
--- a/configure.in
+++ b/configure.in
@@ -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. |
+--------------------------------------------------------------------+