]> granicus.if.org Git - php/commitdiff
Add default registration of server vars.
authorAndrei Zmievski <andrei@php.net>
Sat, 5 Feb 2000 16:13:39 +0000 (16:13 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 5 Feb 2000 16:13:39 +0000 (16:13 +0000)
# Zeev, what the hell is 'B'?

php.ini-dist

index 38d81de95b59a682c72b7f1051b8a2295ac9ebd3..7f84327119e13d9c3a8c2f911d06ab8060c334ec 100644 (file)
@@ -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