[PHP-DEV] Bug #6855: the urldecoding of ' doesn't work From: frederi <email protected>
Date: 09/22/00

From: frederi <email protected>
Operating system: linux, openBSD
PHP version: 3.0.16
PHP Bug Type: Scripting Engine problem
Bug description: the urldecoding of ' doesn't work

echo urldecode(urlencode("'"));

displays \' instead of '

correcting this bug might trash several SQL based scripts which didn't protect their strings in their SQL querys.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>