Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71131 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54974 invoked from network); 15 Jan 2014 02:26:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2014 02:26:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.48 mail-la0-f48.google.com Received: from [209.85.215.48] ([209.85.215.48:47317] helo=mail-la0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/40-52301-3D1F5D25 for ; Tue, 14 Jan 2014 21:26:28 -0500 Received: by mail-la0-f48.google.com with SMTP id er20so936074lab.21 for ; Tue, 14 Jan 2014 18:26:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=yYkWqxMYM3RoMzYKCcLT5v2zZMTlw3dwn+zOCpii2+k=; b=Fa8jsT3+Ue2iy0annDH2Joq6WoM+Uujq8B8ZPbDPwNKkpDYDx8AaDkCQ14J5fCJos/ P5e3GmWFvOR21m1PElU5x50Q+II8JZOFqgHcSMaf6eHbwI/1gHSeJSsZcWeGsDlQ1zG0 9xtBYPeWUrpHRsyrVHfu8CQkx9Sn4zqWbtNRHGdA7f651Qwt69d469/vQUNytyufXXw/ JVEA2TKAZaeXyISAMbPZI1MLjbidxY7J6StVcSJxpHjzEwV8sLU4bYb7yWUl+/iJ+PbN yojW4sAKRWdzxwEPvA0O7fLixn/0vPrlBm8VVx7Oq2Yetqwns/ST2WBA2xubfFeV34Rg nQ3g== X-Received: by 10.152.4.7 with SMTP id g7mr2791191lag.29.1389752784407; Tue, 14 Jan 2014 18:26:24 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Tue, 14 Jan 2014 18:25:44 -0800 (PST) In-Reply-To: References: Date: Wed, 15 Jan 2014 11:25:44 +0900 X-Google-Sender-Auth: q9kxGu191KHcx0HaYg0nq5TI5Ak Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e013d1bee0a505f04eff90997 Subject: Re: CGI SAPI is sending multiple set-cookie headers when session strict mode is on From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e013d1bee0a505f04eff90997 Content-Type: text/plain; charset=UTF-8 Hi all, On Wed, Jan 15, 2014 at 9:53 AM, Yasuo Ohgaki wrote: > There are many SAPIs, so I'm wondering which is the best way to fix this > issue. > Comments are appreciated. Thank you. > I've committed the fix for this problem in session module. http://git.php.net/?p=php-src.git;a=commitdiff;h=167eaedcbdb494c87c4f83d2897a9fdb614e7062 It seems there are issues in SAPIs, but they should be fixed as different issues. P.S. I've pushed local pull-request branch by mistake with this commit. May I delete it? I'll delete it later if there aren't any comments. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e013d1bee0a505f04eff90997--