Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94495 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3164 invoked from network); 13 Jul 2016 01:54:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2016 01:54:28 -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:39773] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/EF-17655-25F95875 for ; Tue, 12 Jul 2016 21:54:27 -0400 Received: (qmail 54549 invoked by uid 89); 13 Jul 2016 01:54:22 -0000 Received: from unknown (HELO mail-qt0-f182.google.com) (yohgaki@ohgaki.net@209.85.216.182) by 0 with ESMTPA; 13 Jul 2016 01:54:22 -0000 Received: by mail-qt0-f182.google.com with SMTP id w38so18360818qtb.0 for ; Tue, 12 Jul 2016 18:54:22 -0700 (PDT) X-Gm-Message-State: ALyK8tJZvUKLFFuB6LVhO0tVvAfBf+yta/g0wiS8P3dq9T33oEgbLFIR06OvRO2fKtRwDuRwFBCLxo5Ej0Np3w== X-Received: by 10.200.42.43 with SMTP id k40mr8343493qtk.98.1468374857039; Tue, 12 Jul 2016 18:54:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.17.33 with HTTP; Tue, 12 Jul 2016 18:53:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Jul 2016 10:53:37 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Davey Shafik Cc: Derick Rethans , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Session ID without hashing From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Davey, On Wed, Jul 13, 2016 at 6:59 AM, Davey Shafik wrote: > On Tue, Jul 12, 2016 at 3:25 AM, Derick Rethans wrote: >> >> Hi, >> >> The voted-upon-RFC still has >> >> > session.use_strict_mode (0 to 1) - Changed as insurance of broken >> > PRNG implementation. >> >> Although you said: >> >> It was moved to other RFC. >> >> https://wiki.php.net/rfc/session-use-strict-mode >> >> And neither did you restart voting after modifying the RFC - or writing >> down in the RFC's changes that it got changed. >> >> So what's the deal? > > > I'd like to see the vote re-run (1 week?) with the changes in place. I > didn't vote because I expected it to be restarted. I would have voted -1 on > the current proposal. > > Also, is it possible to add a notice/warning if any of the removed config > settings are set to a non-default value? > > We should also have the defaults be the same as for older versions of PHP, > otherwise it's a BC break. That is: > > session.sid_length=32 > session.sid_bits_per_character=4 > > Better settings should be documented and in the default ini files, but not > be changed till 8.0 IMO. > > I apologize for this feedback being so late. Thank you for the comment! I think it's not good idea to change the default from now. I'll document compatibility issue well in UPGRADING. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net