Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100845 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88112 invoked from network); 10 Oct 2017 06:00:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2017 06:00:16 -0000 Authentication-Results: pb1.pair.com header.from=f.bosch@genkgo.nl; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=f.bosch@genkgo.nl; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain genkgo.nl designates 46.21.156.38 as permitted sender) X-PHP-List-Original-Sender: f.bosch@genkgo.nl X-Host-Fingerprint: 46.21.156.38 mail.genkgo.net Received: from [46.21.156.38] ([46.21.156.38:37563] helo=mail.genkgo.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/A3-49033-7E16CD95 for ; Tue, 10 Oct 2017 02:00:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=genkgo.nl; s=x; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References :Cc:To:Subject:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=RpqrZNArDlIuYCCh6JPuThuIZQkTOEkcHYZMs1pYWNg=; b=H/wNqI1wqg0f+sb0C5U440dxlR iUDXShjxhJ7xHQvtYYkOG1bcT2azvwpjo4BprAj9YhrrJ28hBgWnon5HEZoCQeuZqO80Au395VNEp 4cOIGoEYCqIxpx0+bKJ4j+U6/vaAMuxt/ZagRbsNEY9oboayyAmi6Z6yo81+/SUp6Ti5DgVF9ATaX Sh8F3EhvCmpS1GM6ZUBc1SQL6MVpatWGxVS7289wzNDIuCqI4iQ3p21k3u8ZPJD0lmfUXmAL2Cn85 ypqEKUsMInw+AIGtsj5IjC3Bsti7WxFG6pxDVq8TRzIVOuhu3Tr0U/W1byjdt/1IdI4Z1Ht8DIrMD DKK1H0Mg==; Received: from [77.172.138.133] (helo=[192.168.1.70]) by mail.genkgo.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1e1naC-0000Kb-O9; Tue, 10 Oct 2017 08:00:00 +0200 To: Niklas Keller Cc: PHP Internals References: Message-ID: Date: Tue, 10 Oct 2017 08:00:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------71DE2F693B67DFE9AC09728A" Content-Language: en-US X-Antivirus-Scanner: Clean mail though you should still use an Antivirus Subject: Re: [PHP-DEV] [VOTE] Same Site Cookie RFC From: f.bosch@genkgo.nl (Frederik Bosch) --------------71DE2F693B67DFE9AC09728A Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Niklas, Sorry for the delay. I have my mind on totally different things these days. Closed the voting and moved it to accepted. Thanks everyone for voting! Now, let's implement this RFC! Best regards, Frederik On 08-10-17 09:46, Niklas Keller wrote: > There are no voting dates in the RFC, but it's open for over a month now. > > I guess it can be closed. > > Regards, Niklas > > 2017-08-25 23:19 GMT+02:00 Frederik Bosch >: > > LS, > > Just now, I opened the RFC on implementing same site cookies in > PHP, https://wiki.php.net/rfc/same-site-cookie > , for voting. > > It consists of two questions, depending on the implementation you > would like to see of the feature. Both questions will affect the > API of four core functions: setcookie, setrawcookie, > session_set_cookie_params and session_get_cookie_params. The first > three functions have a similar function signature. The first > implementation suggestion is to add an additional argument to > these three functions. The second implementation suggestion is to > allow an array of options in which all the cookie options will be > moved into. More details are to be found in the RFC. > > Hopefully, the samesite cookie flag will become a feature of the > PHP language through this RFC! > > Kind regards, > Frederik Bosch > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --------------71DE2F693B67DFE9AC09728A--