Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001940 [Quercus] minor always 08-14-07 01:24 08-14-07 10:43
Reporter ssozonoff View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.3 Product Version 3.1.2
  Product Build
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
Attached Files

- Relationships

- Notes
(0002199)
nam
08-14-07 10:43

php/1i03
php/1i08
 

- Issue History
Date Modified Username Field Change
08-14-07 01:24 ssozonoff New Issue
08-14-07 10:37 nam Status new => assigned
08-14-07 10:37 nam Assigned To  => nam
08-14-07 10:43 nam Status assigned => closed
08-14-07 10:43 nam Note Added: 0002199
08-14-07 10:43 nam Resolution open => fixed
08-14-07 10:43 nam Fixed in Version  => 3.1.3


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