summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-05-02 13:23:20 +0000
committerSascha Schumann <sas@php.net>2002-05-02 13:23:20 +0000
commitdbe6bdca919ff6b9380e9e6636912e37f9f4fe83 (patch)
treeba97be8b30acfff07dec63364c208d2a438518eb
parented101fb57ddeb3dd8bfd4b80d38805f36182d107 (diff)
downloadphp-git-dbe6bdca919ff6b9380e9e6636912e37f9f4fe83.tar.gz
Readd warning
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d4f1f6c297..2f69a36c3c 100644
--- a/configure.in
+++ b/configure.in
@@ -1250,6 +1250,13 @@ cat<<X
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
+| *** WARNING *** |
+| |
+| Remember to enable register_globals in your PHP.INI file, if your |
+| software depends on it. |
++--------------------------------------------------------------------+
+
+
Thank you for using PHP.