From: Andrei Zmievski Date: Sat, 5 Feb 2000 16:13:39 +0000 (+0000) Subject: Add default registration of server vars. X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d3414019136847076616e4156aecabb3df81cd4;p=php Add default registration of server vars. # Zeev, what the hell is 'B'? --- 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