Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52640 invoked from network); 28 Aug 2017 16:20:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2017 16:20:15 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:38543] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/C6-34801-EB244A95 for ; Mon, 28 Aug 2017 12:20:14 -0400 Received: by mail-wm0-f48.google.com with SMTP id t201so6708556wmt.1 for ; Mon, 28 Aug 2017 09:20:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=8Wuc4Or8CcGLt8N93SzC3y2kUFGQePi+EZ4nmVqHnB8=; b=a8QNH5x1Mju/aEP3NyV9PrCOchUTxLwJX84nEk00L1e860u08EpPs+sqa6ELXNeDgw 5Ah1JdhdUxMbAlhCEFQjrLZ/XFJDmahVw7oDCVtU0u6oeD49XyuGg4rLwmlM3oQl4ce1 qz7o7DYj+qvbvYVYi4U43ugFyWsskH/1vy51fIgwzboHrUj78ilH7mZSVIZpPYmztnzk 1Rq10lmkM0KPKhnLQQGCBJZNQ8DiNhJUx+LD1tkgL9OZYyRRUPg0ZS8kNSYjV2liIzuE ruaOx1LgZXTf1Ns+9Mjpc+KXZBde6lZShs2lEVP23/wVHJwBemz4nfljfPW8y0rP7Oa3 T9Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=8Wuc4Or8CcGLt8N93SzC3y2kUFGQePi+EZ4nmVqHnB8=; b=hWJPWy02OJYKSulPRXYM8KCzNdlfmf7KNfUVVWXg1KFScnZBg9r+gFYqZFdNcFzbWW r7wAoHxGAlEk6hhf3xDEh0PNc+J2IqJcWZlOelQMnNjOJBOFO9JnT5vQ5vINc8Y9t1sF G88PfpRvavyeSdZbOds8n9wqSOWWeeRJJIQv7nkk61Ecc11l3kkVX1KcMWobKv1Ohisg wj0rESNkQPqplSbnxltECwAWNnqnWQOqkbsJlTk+J6JFgUIQcGJ4/y1tsRqBYpU6XEDP kZAyNmomLmP3KK2jgs9uVTO6IXE5A+wmKuIFezHFu7KjfSfCTTkClOXPQcI887x5MVvC MXMA== X-Gm-Message-State: AHYfb5i6gtcMvuM8e+aA2fNnjrnX2fTlQkMBEoLV211EU2zIkAXmCeur Nzyjy9lwuIhIAEqkWk1N253uzzqo4Sg2 X-Received: by 10.28.24.139 with SMTP id 133mr599432wmy.87.1503937211228; Mon, 28 Aug 2017 09:20:11 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.234 with HTTP; Mon, 28 Aug 2017 09:20:09 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: <9422cefb-4dda-9a1d-8856-46ad587f6f60@genkgo.nl> References: <9422cefb-4dda-9a1d-8856-46ad587f6f60@genkgo.nl> Date: Mon, 28 Aug 2017 12:20:09 -0400 X-Google-Sender-Auth: tiUikwJCHc89JxXWVCrjtJB40xA Message-ID: To: "Frederik Bosch | Genkgo" Cc: Andrey Andreev , Lars Strojny , Dan Ackroyd , "internals@lists.php.net" Content-Type: multipart/alternative; boundary="001a11468e0a3d89430557d2ab0c" Subject: Re: [PHP-DEV] [VOTE] Same Site Cookie RFC From: pollita@php.net (Sara Golemon) --001a11468e0a3d89430557d2ab0c Content-Type: text/plain; charset="UTF-8" On Mon, Aug 28, 2017 at 12:10 PM, Frederik Bosch | Genkgo wrote: > Little misunderstanding then. I agree we can better have this PHP 7.3 and > take some time for it. Current votes also suggest that we should go for the > array argument implementation. Since there is only a PR for the extra > argument implementation, it will also take time to have the PR for the > array argument implementation ready. Taken that into account, we should not > want this in 7.2. > Indeed, yes. Assuming the votes continue on this sharp lean towards the array option, we should just forget all notions of trying to sneak this into 7.2. Direct calls in 7.2 and earlier can easily fall back on calling header('Set-Cookie: ...'); manually, while sessions support is slightly more complex, but still doable from userspace. I expect if need is deemed high for this, a drop-in composer package can do 90% of the work automatically. -Sara --001a11468e0a3d89430557d2ab0c--