Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95146 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61441 invoked from network); 14 Aug 2016 21:15:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2016 21:15:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; 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:57928] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/12-36656-F6FD0B75 for ; Sun, 14 Aug 2016 17:15:29 -0400 Received: (qmail 125436 invoked by uid 89); 14 Aug 2016 21:15:24 -0000 Received: from unknown (HELO mail-qk0-f171.google.com) (yohgaki@ohgaki.net@209.85.220.171) by 0 with ESMTPA; 14 Aug 2016 21:15:24 -0000 Received: by mail-qk0-f171.google.com with SMTP id v123so29723570qkh.2 for ; Sun, 14 Aug 2016 14:15:23 -0700 (PDT) X-Gm-Message-State: AEkoousEwEwtBjUiCbrUdHZpmv73nLGByV7Q8DV6Fd6cC7Jrh3ZcedJ7hMAORbkWNKZ6Di70BxsAVY9MQRCOBw== X-Received: by 10.55.76.17 with SMTP id z17mr28090543qka.96.1471209317743; Sun, 14 Aug 2016 14:15:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Sun, 14 Aug 2016 14:14:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Aug 2016 06:14:36 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC][VOTE] Add session_create_id() function From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, On Wed, Aug 10, 2016 at 6:14 PM, Yasuo Ohgaki wrote: > https://wiki.php.net/rfc/session-create-id > It requires 2/3 majority to pass. > Vote starts: 2016/08/10 - Vote ends: 2016/08/17 23:59:59 UTC There are 2 mistakes in pseudo example code in discussion section and fixed - add missing random_bytes() - fix wrong logic (if sid is not there -> if sid is there) Sorry for sloppy example! Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net