From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.2.3
PHP version:      4.2.3
PHP Bug Type:     *Web Server problem
Bug description:  setcookie parse string parameters

Setcookie autochange how least @ char  to %XX style. Example:

setcookie('Somemail', '[EMAIL PROTECTED]');

real cookies will looks like set to:
Somemail =  some%40dot.com

only workaround what i found - by using  header()
-- 
Edit bug report at http://bugs.php.net/?id=21164&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21164&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21164&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21164&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21164&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21164&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21164&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21164&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21164&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21164&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21164&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21164&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21164&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21164&r=isapi

Reply via email to