Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94493 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91483 invoked from network); 12 Jul 2016 21:59:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2016 21:59:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.220.169 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.220.169 mail-qk0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:36507] helo=mail-qk0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/6E-17655-03865875 for ; Tue, 12 Jul 2016 17:59:13 -0400 Received: by mail-qk0-f169.google.com with SMTP id 82so27343444qko.3 for ; Tue, 12 Jul 2016 14:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Mn8uVYxunx4pRjLXpRdDaCTM+8JlCxY4XjbB7sivLD4=; b=CxPmOl45Qvfl9tLpasIZGiExh0B/39cDY5aSKtjG+uJx0qjnVmtC71DPVo0qreXFjv dIjN/7ThW800Bp0xStcHHqqM90wCUfpCx5m0ZwdThU9UVTUdsxKuv/sJrTAlYLHxWzRy RT+tdkgovCKNKNMKbwGC87zcd2O1v3eFW0i+d6ASd2n2b/APxykyLWrKsLM4Clg//ehK Aw7tIEcwf9L+5/f+yCJzq0QvTu4IZLL+MIIAT0sX9MVGIfeSL/cAJFEufqNfnN7+JOI6 o1vB7D7rsnQpc640C9nrz9e2dSPt9tLawrju1ljs5/i4WXVRt1Eg10dXC80uWezBzEeU Qx3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Mn8uVYxunx4pRjLXpRdDaCTM+8JlCxY4XjbB7sivLD4=; b=R/vuUFoxJPknslNdttm13Ql9JByQBFfZFtE12lz/ttT8i/qzC2FbRkheI7W/Sjzfif tMX0NpFkyJKvwEXsJEjjwbaR0N7a+6lnoXrIjtJbcFFL2nbxzkRrhaPCOxlP8CwVSvWm fX6GbQPyATU0HhVyVZD2LSYy9NwPdovVFfRYmzw1rCD9x0vLhnfoiqDi97zyeQw/Hvry F2CfFPIuyPeWWwAyX7mC2AoXwnZCbEQk26d6pLxmc8l9EfoDLqdkkDgI1jf2H6z88dEC hGMGG79Vk8cekUzQPFnfrf/APXlchbksYIUDKnNObJE9YXuwmFoxKEC1TABhrsoyAYJZ 1NAw== X-Gm-Message-State: ALyK8tLmnnU40FH/u8QI5hcAEDzXVg6b/d2G/by3D23ZCa/qforX1E5yVSsGD6kyUJbxG3gGuGW/KRfnoat/YHNC X-Received: by 10.55.76.201 with SMTP id z192mr6096077qka.182.1468360750417; Tue, 12 Jul 2016 14:59:10 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.237.55.138 with HTTP; Tue, 12 Jul 2016 14:59:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Jul 2016 14:59:09 -0700 X-Google-Sender-Auth: tM_XixBL24_8J_GDDNzaW_L_e_o Message-ID: To: Derick Rethans Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114a8498ee7f320537776027 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Session ID without hashing From: davey@php.net (Davey Shafik) --001a114a8498ee7f320537776027 Content-Type: text/plain; charset=UTF-8 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. Thanks, - Davey --001a114a8498ee7f320537776027--