diff options
Diffstat (limited to 'php.ini-optimized')
-rw-r--r-- | php.ini-optimized | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php.ini-optimized b/php.ini-optimized index b93d412904..8a2218b39c 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -182,8 +182,14 @@ warn_plus_overloading = Off ; warn if the + operator is used with strings ;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; -;arg_separator = "&" ; The separator used in PHP generated URLs to separate arguments. - ; Default is "&". + +;arg_separator.output = "&" ; The separator used in PHP generated URLs to separate arguments. + ; Default is "&". + +;arg_separator.input = ";&" ; List of separator(s) used by PHP to parse input URLs into variables. + ; Default is "&". + ; NOTE: Every character in this directive is considered as separator! + variables_order = "GPCS" ; This directive describes the order in which PHP registers ; GET, POST, Cookie, Environment and Built-in variables (G, P, ; C, E & S respectively, often referred to as EGPCS or GPC). |