Hi all,<br><br> I have a URL of the form:   /abc?x=1&amp;y=2;3.   The nginx server passes the request to php-fpm thread.  When I try to query for the value of &#39;y&#39; I get &#39;2&#39; instead of &#39;2;3&#39;.  Is this expected?   Are semicolons somehow considered to be query delimiters?<br>
<br>Thanks,<br>Ankur<br><br>