Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55712 invoked from network); 1 Dec 2011 22:38:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2011 22:38:01 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:38113] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/DC-10027-7C108DE4 for ; Thu, 01 Dec 2011 17:38:00 -0500 Received: by ggnv1 with SMTP id v1so1887826ggn.29 for ; Thu, 01 Dec 2011 14:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=xrEiITWgHHg59jXtiyqqA+32tvwaQoN586NDRUW91JA=; b=MWaYjiu8gjnZHiU0rVL+KHM/ezTJH5+92jUrQFZuqnf2odzEYDkLSRL2KiVdWAZBrp 7MkdBWXwgKceAgM/tP2BzxqYL/sp+yBwLFgC1JzWNY9Ms/9L+qY9OVcZr3Yqtg6il+OW 9ApNWOIwwqRXJ9ZEeMAT73rhq6OZpnOEq0rJM= Received: by 10.236.192.233 with SMTP id i69mr15308415yhn.60.1322779076259; Thu, 01 Dec 2011 14:37:56 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.127.18 with HTTP; Thu, 1 Dec 2011 14:37:15 -0800 (PST) In-Reply-To: <4ED76013.50601@lerdorf.com> References: <4EBDC283.3040700@yahoo.co.jp> <4ED727FB.7030001@uw.no> <4ED76013.50601@lerdorf.com> Date: Fri, 2 Dec 2011 07:37:15 +0900 X-Google-Sender-Auth: wUn3JtkDn2TYGwAHGwkHitiwFuM Message-ID: To: Rasmus Lerdorf Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Strict session? From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Rasmus, 2011/12/1 Rasmus Lerdorf : > > Please just tell your diff to ignore whitespace when you create the > patch. It is annoying to have to sift through extra irrelevant lines. I think Daniel mean there are extra spaces for indent. I'll fix it. Since Daniel mentioned that he cannot disable strict session, I compiled against current head. According to run-tests.php, it seems there is something wrong that prevents disabling strict session. I'll fix it, then notify updated patch. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net