atom feed6 messages in ru.sysoev.nginxRe: Having semi-colon in query
FromSent OnAttachments
Ankur GuptaJun 22, 2010 12:06 pm 
Ian HobsonJun 22, 2010 12:28 pm 
Ankur GuptaJun 22, 2010 12:50 pm 
Igor SysoevJun 22, 2010 1:01 pm 
Ian HobsonJun 22, 2010 2:24 pm 
Ankur GuptaJun 22, 2010 6:24 pm 
Subject:Re: Having semi-colon in query
From:Ankur Gupta (anku@gmail.com)
Date:Jun 22, 2010 6:24:24 pm
List:ru.sysoev.nginx

Thanks a lot for your help, Ian!

-Ankur

On Tue, Jun 22, 2010 at 2:25 PM, Ian Hobson <ia@ianhobson.co.uk> wrote:

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 = "&amp;" '

Regards