Mantis - Quercus
Viewing Issue Advanced Details
3140 major always 12-08-08 15:22 12-10-08 09:14
koreth  
nam  
normal  
closed 3.2.1  
fixed  
none    
none 4.0.0  
0003140: $_GET doesn't split key-only parameters apart
<?php
print_r($_GET);

Invoke this with a URL of "/test.php?a&b". Regular PHP prints

Array
(
    [a] =>
    [b] =>
)

Quercus prints

Array
(
    [a&b] =>
)

Notes
(0003589)
nam   
12-10-08 09:14   
php/080a