Mantis - Quercus
Viewing Issue Advanced Details
1940 minor always 08-14-07 01:24 08-14-07 10:43
ssozonoff  
nam  
normal  
closed 3.1.2  
fixed  
none    
none 3.1.3  
0001940: method rawurlencode() differs slightly to PHP implementation
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.


Notes
(0002199)
nam   
08-14-07 10:43   
php/1i03
php/1i08