Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003140 [Quercus] major always 12-08-08 15:22 12-10-08 09:14
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 3.2.1
Summary 0003140: $_GET doesn't split key-only parameters apart
Description <?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] =>
)
Additional Information
Attached Files

- Relationships

- Notes
(0003589)
nam
12-10-08 09:14

php/080a
 

- Issue History
Date Modified Username Field Change
12-08-08 15:22 koreth New Issue
12-08-08 15:32 nam Status new => assigned
12-08-08 15:32 nam Assigned To  => nam
12-10-08 09:14 nam Status assigned => closed
12-10-08 09:14 nam Note Added: 0003589
12-10-08 09:14 nam Resolution open => fixed
12-10-08 09:14 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker