Re: [PHP-DEV] setcookie() minor BC break - fixes issue #67736
[email protected] (Michael Wallner)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <[email protected]> |
On 08/09/14 09:15, Sherif Ramadan wrote: > Actually, we shouldn't be doing that all. We should simply just overwrite > the header. It wouldn't make much sense to set two headers with the same > cookie name when we can just overwrite it. Maybe, but the SAPI_HEADER_* only look for the header name, not its contents. -- Regards, Mike