Having semi-colon in query
Ian Hobson
ian at ianhobson.co.uk
Wed Jun 23 01:25:18 MSD 2010
On 22/06/2010 20:51, Ankur Gupta wrote:
>
> So is it an nginx (or php-fpm?) bug that the value of 'y' shows as 2
> instead of '2;3'?
Following the WC3 recommendations since 1994 is not a bug. :)
Its a php feature, controlled by an entry in php.ini. Find the line that
contains
;arg_separator.input = ";&"
Remove the first ";" activate it and the second to only have "&" active.
You might also check out the ';arg_separator.output = "&" ' line also.
I use 'arg_separator.output = "&" '
Regards
Ian
More information about the nginx
mailing list