summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-21 01:27:22 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-21 01:27:22 +0000
commitfebee112850af0e56a57e2b38c9043c07dc99465 (patch)
tree42888ff0eb0f99d65dddeea4b1b0f5e161906ee0 /INSTALL
parentbae9248602dc16b90db44473c903fbf539793aa7 (diff)
downloadphp-git-febee112850af0e56a57e2b38c9043c07dc99465.tar.gz
Removed register_globals
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 1 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index f9c16f6bb5..7675ec08ed 100644
--- a/INSTALL
+++ b/INSTALL
@@ -716,14 +716,6 @@ CGI environment and recommended modifications in php.ini
the web server not from the administration server. Use the command
line as root user and start it manually - you will see there are no
CGI-like environment variables.
-
- Simply change your scripts to get CGI variables in the correct way for
- PHP 4.x by using the superglobal $_SERVER. If you have older scripts
- which use $HTTP_HOST, etc., you should turn on register_globals in
- php.ini and change the variable order too (important: remove "E" from
- it, because you do not need the environment here):
-variables_order = "GPCS"
-register_globals = On
__________________________________________________________________
Special use for error pages or self-made directory listings (PHP >= 4.3.3)
@@ -1532,7 +1524,7 @@ The configuration file
; Boolean values can be set to either:
; true, on, yes
; or false, off, no, none
-register_globals = off
+html_errors = off
track_errors = yes
; you can enclose strings in double-quotes