Date: 05/01/98
- Next message: zeev: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus <email protected>: "[PHP-DEV] Account on Irix 6.3 box?"
- Next in thread: David Sklar: "Re: [PHP-DEV] cookies broken"
- Reply: David Sklar: "Re: [PHP-DEV] cookies broken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just verified a bug in the cookies engine in the current CVS. My symptom
here is that the 2nd cookie in the $HTTP_COOKIE_VARS array has an
underscore before its name, but not in the cookie itself. E.g.
if foo1=bar1 and foo2=bar2, then
$HTTP_COOKIE_VARS["foo1"] = "bar1"
$HTTP_COOKIE_VARS["_foo2"] = "bar2" /* notice the underscore */
$foo1 = "bar1"
$foo2 = "bar2" /* no underscore */
I'll be looking into it sometime soon, but if someone else wants to look
into it, be my guests :)
Zeev
-- Zeev Suraski <zeev <email protected>> For a PGP public key, finger bourbon <email protected>
- Next message: zeev: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus <email protected>: "[PHP-DEV] Account on Irix 6.3 box?"
- Next in thread: David Sklar: "Re: [PHP-DEV] cookies broken"
- Reply: David Sklar: "Re: [PHP-DEV] cookies broken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

