From: oliver at netconcepts dot com Operating system: Linux Red Hat Enterprise PHP version: 5.2.5 PHP Bug Type: *Network Functions Bug description: setrawcookie doesn't set an empty value but sets 'deleted' instead
Description: ------------ the setrawcookie function doesn't set an empty value but sets the value 'deleted' instead. An empty value is perfectly fine in a cookie, there is no need to modify that value in any way. This bug is the same for PHP 4.3.1, and it was never solved? http://bugs.php.net/bug.php?id=33526&edit=2 Reproduce code: --------------- setrawcookie('testcookie', ''); Expected result: ---------------- (Firefox Live HTTP Headers output) Set-Cookie: testcookie= Actual result: -------------- (Firefox Live HTTP Headers output) Set-Cookie: testcookie=deleted -- Edit bug report at http://bugs.php.net/?id=44804&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44804&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44804&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44804&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=44804&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=44804&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=44804&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=44804&r=needscript Try newer version: http://bugs.php.net/fix.php?id=44804&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=44804&r=support Expected behavior: http://bugs.php.net/fix.php?id=44804&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=44804&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=44804&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=44804&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44804&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=44804&r=dst IIS Stability: http://bugs.php.net/fix.php?id=44804&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=44804&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=44804&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=44804&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=44804&r=mysqlcfg
