Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14165 invoked from network); 2 Oct 2016 18:57:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2016 18:57:13 -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:39599] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/11-06241-68851F75 for ; Sun, 02 Oct 2016 14:57:12 -0400 Received: (qmail 12746 invoked by uid 89); 2 Oct 2016 18:57:06 -0000 Received: from unknown (HELO mail-qt0-f177.google.com) (yohgaki@ohgaki.net@209.85.216.177) by 0 with ESMTPA; 2 Oct 2016 18:57:06 -0000 Received: by mail-qt0-f177.google.com with SMTP id s49so2139207qta.0 for ; Sun, 02 Oct 2016 11:57:05 -0700 (PDT) X-Gm-Message-State: AA6/9RmAOXS1GrxZkg07Te6+YWOiyBrXmEoEduX2l5legK9vx1Iozyb/mrHn1CDl/gxT2kChyTZKkmm2sawTMA== X-Received: by 10.237.47.162 with SMTP id m31mr17206123qtd.55.1475434619480; Sun, 02 Oct 2016 11:56:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Sun, 2 Oct 2016 11:56:19 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Oct 2016 03:56:19 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC][DISCUSSION] Improve uniqid() uniqueness From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, On Mon, Sep 12, 2016 at 11:54 AM, Yasuo Ohgaki wrote: > This is RFC for improving uniqid() uniqueness. > https://wiki.php.net/rfc/uniqid > > PR > https://github.com/php/php-src/pull/2123 > > If there is anything left to discuss, please comment. > > Regards, Besides improving "more entropy" the default and data, I prepared fully compatible patch to simplify discussion. https://gist.github.com/anonymous/fb615df325d559fa806a265031a06ede I would like to apply this patch from PHP 7.0 branch, then discuss what the default should be. Any comments? If there is no objections, I'll apply this few days later. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net