summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-12-28 09:36:56 +0000
committerfoobar <sniper@php.net>2000-12-28 09:36:56 +0000
commitb0adbf8aff6d9d9bbe82c66482dc977851508578 (patch)
treebbc0e81a3c2480d8d5356716bc4c3b65f25d55e5 /php.ini-recommended
parent7af7199a17d659ad1ff65db6d8e28eaad8ff9140 (diff)
downloadphp-git-b0adbf8aff6d9d9bbe82c66482dc977851508578.tar.gz
Added the arg_separator directive.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 42a4146f42..e8a2192293 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -178,6 +178,8 @@ warn_plus_overloading = Off ; warn if the + operator is used with strings
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
+;arg_separator = "&amp;" ; 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).