Date: 03/26/99
- Next message: Bug Database: "[PHP-DEV] Bug #1272 Updated: Parse_str escapes hard slash characters"
- Previous message: Bug Database: "[PHP-DEV] Bug #1271 Updated: compile error with apache mysql and php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #1272 Updated: Parse_str escapes hard slash characters"
- Previous message: Bug Database: "[PHP-DEV] Bug #1271 Updated: compile error with apache mysql and php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

