Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15450 invoked from network); 18 Jul 2016 22:24:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2016 22:24:22 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.41 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.41 mail-pa0-f41.google.com Received: from [209.85.220.41] ([209.85.220.41:34909] helo=mail-pa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/2A-52781-5175D875 for ; Mon, 18 Jul 2016 18:24:21 -0400 Received: by mail-pa0-f41.google.com with SMTP id iw10so191062pac.2 for ; Mon, 18 Jul 2016 15:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=MbP8Q+Hz698+69MPJcAeotYoG+wp9LphkGWgufLP2Pk=; b=ghiBKZsZvTIzOUATetBRJuRhhLLWr7SeA+2QbeCyA8fBDDpCRrzgIMWKao75gqw4/R rOvF4zlq4VDmFL3Ge4ui788Lv7CzAp+0Mh1SDSUx0KuJY97WlnzE0YZvBs2zka0GqKxv iw68gaZvVnyXXhHG2n/pCCMgZAlWuq4EMzGyU3dovUIdoSF4Ga37USoJWHpXB+QO3xK7 l1iM9/69rdxWEbYKxkLPdgGvFuhuIeA+zV6zuBasFmneY5r2eh13D+RPlg2UZhpC8bxB 90hGZ3aFq2w10eZDjW7rPcFQSrmeSsw//OMv9ixXHhusiCBgQFQHTXY6fNAl17o/7SJb QQ7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=MbP8Q+Hz698+69MPJcAeotYoG+wp9LphkGWgufLP2Pk=; b=kxwMjpcGY7mYcZyQuYkAjCnETF9cfYWOdw3zcRUjzYdFCY9CmUdz1/9u32h/htZVPs gHnFX9DcLAd1kI+FHBrLoo9XeR435vmkzXEcWkOV+P0kvxPiYS7aq0zwGlx8IA/w4vzp /dvLYlZzOyHpupbwQ0KDBLW8E1LjaITCYHeNCuPW3w3v9rwDfi29InXxo7HroGJnMiFy uWX+DNaXIosDB/P53fq6JYSvdI6RTxJXMpwJTDOVPoJuIlqOseQu2ZIEXWkoWzU7ImAn hGeik03s6Tsv+QGLA7GVf37BfHeQ+2ApPAT25Rv00FdWj1iuZr8SulpNpI19ZEyS07Ka E1lQ== X-Gm-Message-State: ALyK8tIcG9m/3I3hIN9TRLaAkgg9WDMrEwC43rN99UqWBBKzkCnikwHWXasd7o4VJXtpdg== X-Received: by 10.66.66.13 with SMTP id b13mr60313102pat.45.1468880658359; Mon, 18 Jul 2016 15:24:18 -0700 (PDT) Received: from Stas-Air.local (76-220-46-95.lightspeed.sntcca.sbcglobal.net. [76.220.46.95]) by smtp.gmail.com with ESMTPSA id m128sm51219pfm.42.2016.07.18.15.24.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Jul 2016 15:24:17 -0700 (PDT) To: Yasuo Ohgaki , "internals@lists.php.net" References: Message-ID: <0f6e21d1-8e0f-aed8-a644-5f7a5aa8dc5e@gmail.com> Date: Mon, 18 Jul 2016 15:24:14 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Enable session.use_strict_mode by default From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > The vote will end in 2 hours and 2 more in favor is required to pass at least. > > I don't know the reason why some of us against this RFC, but vote is > the vote. My guess is you prefer more precise timestamp based session > managed which has declined. The number of votes (7) suggests most people either don't care or don't understand the issue enough to vote. Note that default is not necessary to run a secure setup, strictly speaking - you can always recommend using non-default setting. It'd be useful to hear from people voting "no" of course. -- Stas Malyshev smalyshev@gmail.com