Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94991 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76418 invoked from network); 10 Aug 2016 09:31:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2016 09:31:41 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.66 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.66 mail-wm0-f66.google.com Received: from [74.125.82.66] ([74.125.82.66:36701] helo=mail-wm0-f66.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/70-08042-A74FAA75 for ; Wed, 10 Aug 2016 05:31:39 -0400 Received: by mail-wm0-f66.google.com with SMTP id i138so8338247wmf.3 for ; Wed, 10 Aug 2016 02:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/rjvDTuK8QcenJ484doxZsFwXV9kr43h/GppbE0fFBc=; b=sg6LlmvMmxA7An9STifU/jE7tOZLhfKp7VcEZixBhX1gKnqcDTMYG6pBfMMWI0Fiv1 ie60oxqS/hJl/vDZXA+AO8nWHUS3VGo8UUZm7quGSaa3lrws7grCzjhiCwmPB4IXpk00 WhUY/oOcxKzMiGsUScCFjDY06nYZAbdNLO7sk73hAt93rqDKc25z0FoZbxiW+piTjF9D F4Wmc+Y9iIjBmnQ5wBN0gwLUNwanLTz+8WzVcfPN/rF8r9WabpZJYLTHLFQWX2U+swYK gjjDPo0kNjixCO4Kz0SKEJYRAO86CvMxGo0wv7Mu3XwwfDatBIaZ716i6zhneUTjZzO2 vmzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/rjvDTuK8QcenJ484doxZsFwXV9kr43h/GppbE0fFBc=; b=Lg/TuLKWKv9JfjSSaAdgiv5u8XgP/LrM4Wm3ANvGsH+DUX5DfQtyOC1RNrQotE1bgu HpybdwSe2hS8kSW+IWed0a/5HEWyUAT9v5Y58d8UvZ056WmLozTvmYbfU8Y5R/jfHQOr EoDh4YNGb3VR3fGEx+7SPSfijrgwWxRtvmO1RMKrJ4Ekfab5WWi+8Zv4zSdiFPCc5lNd C3zg7cxMO27wNeYjyw9mMGRuFm1IFO9vfZRv9P4DxTxk66jTjsouHMbZHkJzCmYSChYq bPBQEAM6hB7deCqWc+9TifoBRmZkxM2llRin/t96kuK+a3OuoPy1CttgA9HS5HdQKtp+ 8hQg== X-Gm-Message-State: AEkooutgirbW+WIeLt1JJ6qgaZFUHckhGWHgdP7Du7VtycOdi/AulxjWKXtIjci+S8rhFky3Gp/7TpuQlXssTg== X-Received: by 10.28.169.203 with SMTP id s194mr2230314wme.95.1470821495815; Wed, 10 Aug 2016 02:31:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.125.242 with HTTP; Wed, 10 Aug 2016 02:31:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Aug 2016 11:31:15 +0200 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114bab52c969be0539b450f1 Subject: Re: [PHP-DEV] [RFC][VOTE] Add session_create_id() function From: ocramius@gmail.com (Marco Pivetta) --001a114bab52c969be0539b450f1 Content-Type: text/plain; charset=UTF-8 Hello, The RFC mentions "Without session_create_id(), user has to implement their own bin_to_readable() in user land.". This pretty much makes it clear that a userland implementation is feasible, and thus it should indeed be implemented in userland when possible. That's my reasoning for voting "no". Cheers, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Wed, Aug 10, 2016 at 11:14 AM, Yasuo Ohgaki wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a114bab52c969be0539b450f1--