ID: 22164
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: URL related
Operating System: Linux
PHP Version: 4.2.3
New Comment:
urldecode("%5c") correctly returns "\".
Previous Comments:
------------------------------------------------------------------------
[2003-02-11 05:38:15] [EMAIL PROTECTED]
When calling a script with a parameter such as "script.php?test=%5C"
(5C is ASCII for '\'), $_GET['test'] incorrectly returns '\\' instead
of '\'.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22164&edit=1