Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94989 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74223 invoked from network); 10 Aug 2016 09:15:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2016 09:15:36 -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:49568] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/00-08042-3B0FAA75 for ; Wed, 10 Aug 2016 05:15:33 -0400 Received: (qmail 80408 invoked by uid 89); 10 Aug 2016 09:15:28 -0000 Received: from unknown (HELO mail-qk0-f173.google.com) (yohgaki@ohgaki.net@209.85.220.173) by 0 with ESMTPA; 10 Aug 2016 09:15:28 -0000 Received: by mail-qk0-f173.google.com with SMTP id x185so37385009qkc.2 for ; Wed, 10 Aug 2016 02:15:28 -0700 (PDT) X-Gm-Message-State: AEkoouv8hXqWr1IvMH+ObHtMiOSBcsJwEVLBS4Aej6YStrsNqiV1/bqLxSMTs/yfZuQ5V5OkZ0wkVNUgQk8PZQ== X-Received: by 10.55.107.130 with SMTP id g124mr2942403qkc.61.1470820521247; Wed, 10 Aug 2016 02:15:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Wed, 10 Aug 2016 02:14:40 -0700 (PDT) Date: Wed, 10 Aug 2016 18:14:40 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][VOTE] Add session_create_id() function From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, 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! -- Yasuo Ohgaki yohgaki@ohgaki.net