Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3202 invoked by uid 1010); 24 Jun 2005 14:12:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3187 invoked from network); 24 Jun 2005 14:12:07 -0000 Received: from unknown (HELO zend.com) (127.0.0.1) by localhost with SMTP; 24 Jun 2005 14:12:07 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:55015] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 51/26-22648-3B41CB24 for ; Fri, 24 Jun 2005 10:12:04 -0400 Received: (qmail 22752 invoked from network); 24 Jun 2005 14:11:58 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 24 Jun 2005 14:11:58 -0000 Message-ID: <5.1.0.14.2.20050624071143.03bf29e0@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 24 Jun 2005 07:11:53 -0700 To: "Nuno Lopes" ,"Jochen Hansper" , In-Reply-To: <007101c578a4$3f53bfb0$0100a8c0@pc07653> References: <1119568750.15651.23.camel@mframe.test-lab> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Re: httpOnly Cookies [tiny enhancement] From: andi@zend.com (Andi Gutmans) Yep, that's what I remember too. Would make more sense IMO. At 11:05 AM 6/24/2005 +0100, Nuno Lopes wrote: >>You can find the patches for httpOnly session cookies against the PHP5 >>CVS HEAD in the attachment. >>Now also included is support for httpOnly cookies for PHP functions >>setcookie() and setrawcookie(). >> >>bool setcookie ( string name [, string value [, int expire [, string path >>[, string domain [, bool secure [, bool httponly]]]]] ) >>bool setrawcookie ( string name [, string value [, int expire [, string >>path [, string domain [, bool secure [, bool httponly]]]]] ) > >AFAIR, it was agreed not to add more parameters to these functions and >overload the third parameter as an array (with new options, like a better >expire option). > >Nuno >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php