Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100839 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55257 invoked from network); 8 Oct 2017 07:46:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2017 07:46:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.219 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.219 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.219] ([81.169.146.219:17358] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/EB-16800-5D7D9D95 for ; Sun, 08 Oct 2017 03:46:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1507448786; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=w6Hi6RpytwCwr4AefDYibgGxshrV9R+j6pGGHb2QO08=; b=N9D23/dT5pKjjDlQpihqsE3ABY/JQUmSH405iqHuF5iA2borJMsCyhvku4UfgSyrbj tqlT8VN+rDYtZJjXZ1tIoEpH+UviaxidJZoi/YuwqgyOoxY4x6gkZdKowRlmsHSOhGu/ PmYhlwi7VsNUO2PQ6+7sYvRT9joK0vimYtsUo= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mlsGbEv0XHBzMIJSS+jKTzde5mDb8AaBAcZiAscA== X-RZG-CLASS-ID: mo00 Received: by mail-qt0-f170.google.com with SMTP id x54so38172236qth.12 for ; Sun, 08 Oct 2017 00:46:26 -0700 (PDT) X-Gm-Message-State: AMCzsaXEVA47Qy+9LMqlwwT+JFO3f/WGQepiynQOmnQ6job9fbsgwfw9 C2YdqI1v+owTjj84RfQB7Uny/3W4z2QO1gedqJE= X-Google-Smtp-Source: AOwi7QBLP/EoIJgdMyvk0HYe0aVm4KyZ+N8rU344SS6p++NKSm7/cx5hiEKvekzylwSHxRgvSwSOJ57Qpj1VGgAZgFs= X-Received: by 10.37.98.148 with SMTP id w142mr5683960ybb.331.1507448786243; Sun, 08 Oct 2017 00:46:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.252.24 with HTTP; Sun, 8 Oct 2017 00:46:25 -0700 (PDT) In-Reply-To: References: Date: Sun, 8 Oct 2017 09:46:25 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Frederik Bosch Cc: PHP Internals Content-Type: multipart/alternative; boundary="001a1142ed646bd822055b0445a8" Subject: Re: [PHP-DEV] [VOTE] Same Site Cookie RFC From: me@kelunik.com (Niklas Keller) --001a1142ed646bd822055b0445a8 Content-Type: text/plain; charset="UTF-8" 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 > > --001a1142ed646bd822055b0445a8--