Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36067 invoked from network); 14 Jul 2016 22:07:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2016 22:07:52 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:44482] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/16-20986-43D08875 for ; Thu, 14 Jul 2016 18:07:50 -0400 Received: (qmail 56697 invoked by uid 89); 14 Jul 2016 22:07:45 -0000 Received: from unknown (HELO mail-qk0-f182.google.com) (yohgaki@ohgaki.net@209.85.220.182) by 0 with ESMTPA; 14 Jul 2016 22:07:45 -0000 Received: by mail-qk0-f182.google.com with SMTP id x1so1153370qkb.3 for ; Thu, 14 Jul 2016 15:07:44 -0700 (PDT) X-Gm-Message-State: ALyK8tKaCBeEMrysWdnw2u586uQ0ZyzKOzjKhy1qXmeffkln0ZPJ1wesaFc//aX1ZmySL+s2CxmLZbotDJsbUw== X-Received: by 10.55.77.4 with SMTP id a4mr20122854qkb.198.1468534057732; Thu, 14 Jul 2016 15:07:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.17.33 with HTTP; Thu, 14 Jul 2016 15:06:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 15 Jul 2016 07:06:58 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC][VOTE] Enable session.use_strict_mode by default From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, On Tue, Jul 12, 2016 at 10:01 AM, Yasuo Ohgaki wrote: > Vote for "Enable session.use_strict_mode by default" RFC has started. > > https://wiki.php.net/rfc/session-use-strict-mode > > Vote ends 2017/07/19 UTC. Some of us against this RFC. The consequences of disabling use_strice_mode (allowing uninitialized session ID by session module) are severe. I would like to know the reason why. Thank you! P.S. This RFC requires 2/3 in favor to pass. -- Yasuo Ohgaki yohgaki@ohgaki.net