php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4553 Cookies now have added slashes
Submitted: 2000-05-22 20:53 UTC Modified: 2000-07-18 10:11 UTC
From: all at nhansen dot dk Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.0 Release OS: RedHat 6.2
Private report: No CVE-ID: None
 [2000-05-22 20:53 UTC] all at nhansen dot dk
setcookie('cookie', "'\"\\");

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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-12 16:26 UTC] stas at cvs dot php dot net
You probably have magic_quotes_gpc on. Try turning it off.
 [2000-07-18 10:11 UTC] stas at cvs dot php dot net
no user feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 20:01:32 2024 UTC