diff options
author | Stanislav Malyshev <stas@php.net> | 2003-04-27 16:04:53 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2003-04-27 16:04:53 +0000 |
commit | cad71d8c9208d86c988270c01d987c1174a185d7 (patch) | |
tree | e91cbc2f75afd10e42a72902f212101d57a7bbfa /sapi/cli/php_cli.c | |
parent | 3bf392c16054a2d3052c484899239ec142d9bceb (diff) | |
download | php-git-cad71d8c9208d86c988270c01d987c1174a185d7.tar.gz |
MFB 4_3:
Fix very nasty bug - session cookie kills one of the cookies
set before it on certain non-Apache SAPIs.
# for example, this code:
# <?
# setcookie("abc", 1);
# setcookie("def", 2);
# session_start();
# ?>
# would output only 'def' cookie on CGI and ISAPI
Diffstat (limited to 'sapi/cli/php_cli.c')
0 files changed, 0 insertions, 0 deletions