Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1940 | minor | always | 08-14-07 01:24 | 08-14-07 10:43 | |
|
|||||
Reporter: | ssozonoff | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.2 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|||||
Summary: | 0001940: method rawurlencode() differs slightly to PHP implementation | ||||
Description: |
A rawurlencode($var) in PHP returns hexadecimal representations using upper case ABCDEF, Quercus returns lower case representations abcdef. <?php print rawurlencode(':'); ?> Returns %3A in PHP and %3a in Quercus. RFC1738 states that both are valid but would be good to be as PHP like as possible anyway since I have seen this issue break code. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|