diff options
author | Christoph M. Becker <cmb@php.net> | 2015-08-24 23:03:50 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-08-24 23:03:50 +0200 |
commit | fc203fa37eb0454c94e7e30f3b4e5fc81b699699 (patch) | |
tree | 151ba898bb888bacaeada5c8b5b320cc36257a99 /sapi/phpdbg/phpdbg_help.c | |
parent | 78b2b1d6f74705d7835bf34297c2c6c78b2d0601 (diff) | |
download | php-git-fc203fa37eb0454c94e7e30f3b4e5fc81b699699.tar.gz |
Fix #67131: setcookie() conditional for empty values not met
PHP applies a workaround for old MSIE where setting an empty cookie value would
not delete the cookie. This workaround is only triggered if an empty string (or
a value that converts to an empty string) is actually given as $value parameter
of setcookie. If the $value parameter is omitted, an empty cookie value is
sent. This commit fixes the inconsistent behavior.
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
0 files changed, 0 insertions, 0 deletions