diff options
Diffstat (limited to 'php.ini-optimized')
-rw-r--r-- | php.ini-optimized | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-optimized b/php.ini-optimized index 42a4146f42..e8a2192293 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -178,6 +178,8 @@ 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 "&". 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). |