| From | Sent On | Attachments |
|---|---|---|
| Ankur Gupta | Jun 22, 2010 12:06 pm | |
| Ian Hobson | Jun 22, 2010 12:28 pm | |
| Ankur Gupta | Jun 22, 2010 12:50 pm | |
| Igor Sysoev | Jun 22, 2010 1:01 pm | |
| Ian Hobson | Jun 22, 2010 2:24 pm | |
| Ankur Gupta | Jun 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 = "&" '
Regards
Ian
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx





