Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99419 invoked from network); 3 Aug 2016 07:36:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2016 07:36:17 -0000 Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.216.182 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.216.182 mail-qt0-f182.google.com Received: from [209.85.216.182] ([209.85.216.182:36148] helo=mail-qt0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/42-16060-FEE91A75 for ; Wed, 03 Aug 2016 03:36:16 -0400 Received: by mail-qt0-f182.google.com with SMTP id 52so137798474qtq.3 for ; Wed, 03 Aug 2016 00:36:15 -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=pSP8R1Bls3CyhwD+XJLc20Ie1RzuS+0X9rNVILMyPIY=; b=PCq7QG4lBWqqKhL/+NVskdFF2kH4w65BvmBmXzA5MvHeS2GK6xXDdUq3WewiwFowOM /f3znA6Vz7/QSHCVKW2bE0xjvMTCnYF9Ebs8bQVKdWcozrgjTAZsfzyPtXyE0xRERZYF +YQ2RfzfLtrUF0/V4es7GwDU6n1e9AlEnIDpvyOKjB40eUoQK7rcEHuCx4fC9jJwArQp ax/thAjMVMhANXyt1Q78ZdE2pVERGTTKUcibpvYpZAvIQ/Vvg5ZL1SPO15peYSAwqDBK jeHXyzJFyWXAnhU5jtS+SLERWnMFKd01zGjJA86n6doMPi0d/TUxiIbn8me81wSr5qFv HbRA== 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=pSP8R1Bls3CyhwD+XJLc20Ie1RzuS+0X9rNVILMyPIY=; b=ZxFikEav6MzCAlBPgi5/vkd/gDSEcKiuDbf3F9NP7CHmeWMTxiCzJt8gF2aofKVOH9 TkaC2XIk2cohagoAZ7TE9apCYg9xC+S5p/3JKEAuKMJY/rqazZpjis6pls2U/aQig6F0 W9YbX7wGXXD9JTPWsnOcrq6Y6zrzW4V4vW4yId3pWGRQUUkSnKl24gXMNG5cboQJTi7R jpXBXk1iKBZZ4Qyidk8Y3tzlF+M/K09thChyEWk7AKroD+yq9J1FeqRvDquiirFtWtPW VERp/Gg+cv2WVO1J+ahMRvIvz8MLZicu1VHc9UL60CS++QOajsoLeDUl7OFrBlNHo3H9 fJKA== X-Gm-Message-State: AEkoouvi1DiQ/CvtRxr36l7ZimnPt/PvDRVfizPUmBr2XqktzaEfG30ZSC8dtAa8cU27A6jWAEk4/eINJD7WPYtF X-Received: by 10.200.47.164 with SMTP id l33mr109569674qta.19.1470209772631; Wed, 03 Aug 2016 00:36:12 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.237.55.138 with HTTP; Wed, 3 Aug 2016 00:36:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Aug 2016 00:36:12 -0700 X-Google-Sender-Auth: nhcGkMpCDIlcDktMyvt2e_6EVfM Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11378e1a3e50c5053925e3f4 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] Session ID without hashing - Vote reopened and restarted From: davey@php.net (Davey Shafik) --001a11378e1a3e50c5053925e3f4 Content-Type: text/plain; charset=UTF-8 Hey Yasuo, Unfortunately this missed beta2 (tagged yesterday), I'll confirm with Joe about putting it in for 7.1beta3. Thanks for those last minute changes, I'm much happier with this result! :) - Davey On Tue, Aug 2, 2016 at 10:29 PM, Yasuo Ohgaki wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a11378e1a3e50c5053925e3f4--