Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52889 invoked from network); 7 Apr 2016 11:53:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2016 11:53:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.43 mail-vk0-f43.google.com Received: from [209.85.213.43] ([209.85.213.43:32914] helo=mail-vk0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/B0-48788-90A46075 for ; Thu, 07 Apr 2016 07:52:42 -0400 Received: by mail-vk0-f43.google.com with SMTP id k1so95382577vkb.0 for ; Thu, 07 Apr 2016 04:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=C6hH/OT3XmkntVKkQYpPPS0GWBaszTr66QI3BOwDnUk=; b=PyvEC2spUsqzsa3OnaaMvTxHFtpMvEWwuZ13KdMQSnddVGLcnK7d5tfvFvHywl2Rko 6V/iyr9MbfH7BLCoXArmgXucElRT1QAvqAxGsjBIT09KH2RGrobNOP0Xq7wuzJ2OkBPt QtKN4CkPTiXZ5HaFFpPCn9LYjip5kVkGJOCp+HSoPKXy4k/xbCrUzk7GPrLwBuwmSKKp yxLLIJP7mBa7H/Pd6UuoLw3L0LvESCz9coaWySbDvhCgd1vLyAteHn/RTeWxLhJexZbn 836GTs5cANDJQKrOsv5Kc/pqA1afU3r/6hAUn8ZFWbCKxq57lyTDajjEvfyFHwlfLMBR LGVA== 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:from:date:message-id:subject :to; bh=C6hH/OT3XmkntVKkQYpPPS0GWBaszTr66QI3BOwDnUk=; b=Rjuy51439mURe/3bhHDUHVfWD6jM7QqHH9NlTYJZPrW7Na2LPKDiOce1TblDB3IlZs lKrILzuHqTrQsrlQXz5QxUH8BShjocx7COpQ88n8S/jJkb+TD2S8rYu2kE1Iz+a9JPL5 xnPg8Wf3eqsp+W2pe6tM4YIwBV/PpOJ92w86UWNL/u0JgvU4LVcPSB7w6Aq86zraDDcj m5VSvsrodv6VdHx+WSwrQmbZMeA9zWrt+Gr0aLJQg20osbVJhAV4Qu7O9vM5dk17wSAJ 7wBlrjkX7gjyzCJhpKjFr7DHSWPYeqCF3VzAuhRVjm4C2MmdS4hwtZgMPcQINWB2IlXL ZRzA== X-Gm-Message-State: AD7BkJKZ8MbzMIZ7B4s8lvMrCmoCB1rjA9vg1evKSV04LGyVzAN3gdqL3ivIIz5kLA9+ABSuBJFgXXUmfiKBoQ== X-Received: by 10.176.5.162 with SMTP id e31mr638223uae.126.1460016258433; Thu, 07 Apr 2016 01:04:18 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.159.40.7 with HTTP; Thu, 7 Apr 2016 01:03:39 -0700 (PDT) Date: Thu, 7 Apr 2016 17:03:39 +0900 X-Google-Sender-Auth: IdYSyKrtJ01pKDkQjGAP6KSWRGs Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][Discussion] Add session_create_id() From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all Session ID can be non HEX strings. session_create_id() makes custom session ID creation easier. https://wiki.php.net/rfc/session-create-id Please note that the implementation was in the session.c years ago. The patch enables and add test for it. Comments are appreciated! -- Yasuo Ohgaki yohgaki@ohgaki.net