[PHP-DEV] [PATCH] Addition of setcookie2() to support RFC 2965

2007-08-25 Thread Ben Ramsey
Here is a patch I am submitting as a recommendation to implement a setcookie2() function to support the Set-Cookie2 response header defined in RFC 2965. RFC 2965 obsoletes the original Netscape cookie specification and RFC 2109. Unfortunately, the only major browser I can find that implements

Re: [PHP-DEV] [PATCH] Addition of setcookie2() to support RFC 2965

2007-08-25 Thread Stanislav Malyshev
Here is a patch I am submitting as a recommendation to implement a setcookie2() function to support the Set-Cookie2 response header defined in RFC 2965. I think setcookie2 can ve useful, but a function with 13 arguments is a monster. Especially that you may not use all of them. Maybe it's

Re: [PHP-DEV] [PATCH] Addition of setcookie2() to support RFC 2965

2007-08-25 Thread Ben Ramsey
On 8/25/07 4:58 PM, Stanislav Malyshev wrote: Here is a patch I am submitting as a recommendation to implement a setcookie2() function to support the Set-Cookie2 response header defined in RFC 2965. I think setcookie2 can ve useful, but a function with 13 arguments is a monster. Especially