Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72379 invoked from network); 24 Jul 2016 05:37:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2016 05:37:22 -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.216.181 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.216.181 mail-qt0-f181.google.com Received: from [209.85.216.181] ([209.85.216.181:34381] helo=mail-qt0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/1A-05797-F0454975 for ; Sun, 24 Jul 2016 01:37:20 -0400 Received: by mail-qt0-f181.google.com with SMTP id u25so82013859qtb.1 for ; Sat, 23 Jul 2016 22:37:19 -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=16WmAS+/qzo20KPVuVP7jEdNRzTObSOFIGcVpJsIoss=; b=1tpvpS1HPw2DIeSzz4aZ6sKHcZJCsf91rF/mSSR92xofV3tICfiN+SfjXJRarBNQ2/ zUu4VwrVucAGdBHA3+8lRMraNSst/Kg+q81yP0aPltbY7lnozSv0oF7BP/MT4RtPFzrc OnGZyZf0AKYz2mTE/j1jgUKZpd4VGXBWhI3Y8hJDXGgW84NxL4N6BDO0+GJLvPj9JJTp aOWUqD3RlnG/IuaXZjq8U0akmJObbd8m9BifJ8CRdCSYYXpEN/WdkuHFL3xnPj0qAxhJ X0rxKR1AZlMPR2DZ/8x5Tpc78Da3h5uCJVLiQvkFEIbHeESnSZRkOiiIOZJ3VILyz9hg HWhw== 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=16WmAS+/qzo20KPVuVP7jEdNRzTObSOFIGcVpJsIoss=; b=fOagIA1dMM1G6mS1e+uq2j3VfHZ39ite+akE6lr82XBGk769G3NGyFO+7tTUxGK+Xa vQe9yO8AXPFhqjZgs5V0lZuFYkGhEH4JqDDMolqtqTdcTDhm6nXuzSXCIUeuu9u0L4Up biOz3oVm2edSnJAs3O5Ul3x7Jh/g1d2quQuAfTyOKg/sB6H+zXs4DL9ksMAjM2kdcLpg Qxw2rjY5sW9VSFQvpGOyTlzXl7jlcwdU+Wv0tDqqgnrjFKjIojRDjGZK+pnegelwMY8P ValEnfrOPvsBXFnr+g0I3UU3YfMlJBfDaj15msYLqCMxjYGnQUSXTOQA5wM4CARlX1z+ Rusg== X-Gm-Message-State: AEkoouuYV2PnFqAFgX/MQ9ikoZPXPhbZAnjt6TCSLWQkx/d4v1Z7fAju3YWs9IZK04cGqXVpiSJw2lXjGS4twiME X-Received: by 10.200.45.181 with SMTP id p50mr19885173qta.31.1469338637633; Sat, 23 Jul 2016 22:37:17 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.237.55.138 with HTTP; Sat, 23 Jul 2016 22:37:17 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Jul 2016 22:37:17 -0700 X-Google-Sender-Auth: GEM2Oj0grZbAmFjuqojbEeN9blQ Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113f07308d204105385b0f72 Subject: Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing - Reopened From: davey@php.net (Davey Shafik) --001a113f07308d204105385b0f72 Content-Type: text/plain; charset=UTF-8 Yasuo, It didn't actually reopen, and just setting closed to false, it kept the original votes. So I added a second vote below. Bonus: the original is also preserved. Hope that's OK. - Davey On Sat, Jul 23, 2016 at 9:50 PM, Yasuo Ohgaki wrote: > Hi all, > > Due to a defect in the RFC, vote is reopened for a week. Removed lines > are indicated by . No additional lines nor modifications > other than removed lines for session.use_strict_mode change. > Sorry for the confusion! > > ============ > > Currently session module uses obsolete MD5 for session ID. With > CSPRNG, hashing is redundant and needless. It adds hash module > dependency and inefficient (There is no reason to use hash for CSPRNG > generated bytes). > > 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! > > Thank you! > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a113f07308d204105385b0f72--