[PHP-DEV] Bug #1272: Parse_str escapes hard slash characters From: mlemos <email protected>
Date: 03/26/99

From: mlemos <email protected>
Operating system:
PHP version: 3.0.7
PHP Bug Type: Misbehaving function
Bug description: Parse_str escapes hard slash characters

It seems that parse_str is escaping hard slash characters (%5C).

Try this:

<?
        parse_str("value=%5C");
        echo $value,"\n";
?>

I don't think this is the correct behaviour for this function. Even if it
is, it seems to be the same problem when parsing values passed in URIs.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>