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:Ian Hobson (ia@ianhobson.co.uk)
Date:Jun 22, 2010 2:24:55 pm
List:ru.sysoev.nginx

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