﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
224	Args Delimiter	Nginxuser	somebody	"

Hi.

I have a PHP application that uses "";"" to delimit GET arguments as in ""/index.php?a=1;b=2"". 

Hence, Nginx args sees this as a single argument ""a"" with a value of ""1;b=2"" instead of two arguments ""a"" and ""b"" with values of ""1"" and ""2"" respectively.

It would be nice to be able to define other delimiters apart from ""&"" as it is with PHP.

Thanks
"	enhancement	new	major		nginx-core	1.2.x				N/A	N/A
