[PHP-DEV] PHP 4.0 Bug #4553: Cookies now have added slashes From: all <email protected>
Date: 05/22/00

From: all <email protected>
Operating system: RedHat 6.2
PHP version: 4.0.0 Release
PHP Bug Type: Misbehaving function
Bug description: Cookies now have added slashes

setcookie('cookie', "'\"\\");

$cookie will contain '"\ in PHP3.0.16
but \'\"\\ in PHP4.0.0

-- 
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>