Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94810 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92502 invoked from network); 3 Aug 2016 05:30:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2016 05:30:22 -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:34377] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/51-16060-C6181A75 for ; Wed, 03 Aug 2016 01:30:22 -0400 Received: (qmail 105393 invoked by uid 89); 3 Aug 2016 05:30:17 -0000 Received: from unknown (HELO mail-qt0-f170.google.com) (yohgaki@ohgaki.net@209.85.216.170) by 0 with ESMTPA; 3 Aug 2016 05:30:17 -0000 Received: by mail-qt0-f170.google.com with SMTP id u25so136217107qtb.1 for ; Tue, 02 Aug 2016 22:30:16 -0700 (PDT) X-Gm-Message-State: AEkoouvm518nvLoZJeMqdGnh/C124l+B8F7LK0t29caGfKmFA6hWxLfG80InrUfPSNgCoD1Ari3ipq2uXh1law== X-Received: by 10.237.50.35 with SMTP id y32mr105555894qtd.98.1470202211046; Tue, 02 Aug 2016 22:30:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Tue, 2 Aug 2016 22:29:30 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Aug 2016 14:29:30 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC][VOTE] Session ID without hashing - Vote reopened and restarted From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, Session ID without hashing https://wiki.php.net/rfc/session-id-without-hashing#vote This RFC is passed 9 vs 0. Compatible default is used as default. 7 vs 3. It needs to update the default INI. I'll finish it in a few days. Thank you for voting! -- Yasuo Ohgaki yohgaki@ohgaki.net On Mon, Jul 25, 2016 at 6:49 PM, Yasuo Ohgaki wrote: > Hi all, > > Due to defects in the RFC, vote is reopened and restarted. > Followings are changes from 1st vote. > > - Removed session.use_strict_mode change > (Changed when vote reopened) > - Added INI default vote options, incompatible and compatible. > (Changed when 2nd vote is restarted) > - Extended vote period for 2 days. > > These who are voted already have to **VOTE AGAIN**. > Sorry for the inconvenience and confusion! > > ============ > > Currently session module uses obsolete MD5 for session ID. With > CSPRNG, hashing is redundant and needless. It adds hash module > dependency and inefficient. > > This proposal cleans up session code by removing hash. > > https://wiki.php.net/rfc/session-id-without-hashing > > I set vote requires 2/3 support. > Please describe the reason why when you against this RFC. Reasons are > important for improvements! > > Vote ends 2016/08/02 23:59:59 UTC. > > Thank you for voting! > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net