summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-05 16:13:39 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-05 16:13:39 +0000
commit9d3414019136847076616e4156aecabb3df81cd4 (patch)
tree424438920b2d49a43566adaf48c062765b62829a
parent212e25e4be6b5fa07fa5a0487f8b9418abd78305 (diff)
downloadphp-git-9d3414019136847076616e4156aecabb3df81cd4.tar.gz
Add default registration of server vars.
# Zeev, what the hell is 'B'?
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 38d81de95b..7f84327119 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -155,7 +155,7 @@ warn_plus_overloading = Off ; warn if the + operator is used with strings
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
-variables_order = "EGPCB" ; This directive describes the order in which PHP registers
+variables_order = "EGPCBS"; This directive describes the order in which PHP registers
; GET, POST, Cookie, Environment and Built-in variables (G, P,
; C, E & B respectively, often referred to as EGPCB or GPC).
; Registration is done from left to right, newer values override