Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46009 invoked from network); 22 Aug 2016 22:37:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2016 22:37:12 -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:47027] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/38-33251-69E7BB75 for ; Mon, 22 Aug 2016 18:37:11 -0400 Received: (qmail 31126 invoked by uid 89); 22 Aug 2016 22:37:07 -0000 Received: from unknown (HELO mail-qk0-f173.google.com) (yohgaki@ohgaki.net@209.85.220.173) by 0 with ESMTPA; 22 Aug 2016 22:37:07 -0000 Received: by mail-qk0-f173.google.com with SMTP id z190so93384045qkc.0 for ; Mon, 22 Aug 2016 15:37:07 -0700 (PDT) X-Gm-Message-State: AEkoouvO4bU75tyQ2T4SKfEsHpFNJd+rq+M1gpjTk5q8J3zDaLwYz14QpYMf9ZHkTqbU1U4V2dheZR8a+MeCdQ== X-Received: by 10.55.39.81 with SMTP id n78mr26788847qkn.10.1471905422118; Mon, 22 Aug 2016 15:37:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Mon, 22 Aug 2016 15:36:21 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Aug 2016 07:36:21 +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: > > This is RFC for adding session_create_id() function. > > Session ID string uses special binary to string conversion. Users > should write lengthy and slow code to have the same session ID string > as session module does. It also validates and makes sure generated > session ID string has no collision. (This cannot be done easily by > user script and 3rd party C written save handlers) > > 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 > > Thank you for voting! Sorry for the delay. This RFC has passed by 8 vs 1. Thank you for voting! I'll merge patch and write document soon. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net