Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59125 invoked from network); 1 Dec 2011 23:14:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2011 23:14:34 -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.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:64471] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/00-57835-85A08DE4 for ; Thu, 01 Dec 2011 18:14:33 -0500 Received: by ggnv1 with SMTP id v1so1915716ggn.29 for ; Thu, 01 Dec 2011 15:14:29 -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=HQuBwh+b5Q5Wwh+jJ50Pwx8j9B6L3Ic2ilUmGEsXHD4=; b=dIJpoFge3Pu0Ikn733pSHJcBY2BmVAWqBqErWhCYT7nHdrJUFnlxMnFpVxBpPHEp9q lkweAqAzC+CMLDuPjtzLANdpvdDHc8lvfxLQlSjHg1lVPXYnxpQulHpCEpO0oBD8MkCe MNVgvyt9Uwj6AdzEJN4N0Vb8QaU9V+x6AM9XM= Received: by 10.236.76.136 with SMTP id b8mr15739255yhe.9.1322781269115; Thu, 01 Dec 2011 15:14:29 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.127.18 with HTTP; Thu, 1 Dec 2011 15:13:48 -0800 (PST) In-Reply-To: References: <4EBDC283.3040700@yahoo.co.jp> <4ED727FB.7030001@uw.no> <4ED76013.50601@lerdorf.com> Date: Fri, 2 Dec 2011 08:13:48 +0900 X-Google-Sender-Auth: 4FoJHUPCKhsvkachFFHl9Pzljh8 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) 2011/12/2 Yasuo Ohgaki : > I think Daniel mean there are extra spaces for indent. > I'll fix it. Done. > 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. Sorry Daniel. You should do session.use_strict_mode=0 NOT session.use_strict_session=0 I also updated tests that are exploiting adoptive sessions. https://gist.github.com/1379668 Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net