Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51514 invoked from network); 9 Sep 2016 13:29:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 13:29:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 173.203.187.123 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 173.203.187.123 smtp123.iad3a.emailsrvr.com Received: from [173.203.187.123] ([173.203.187.123:42275] helo=smtp123.iad3a.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/11-46544-C49B2D75 for ; Fri, 09 Sep 2016 09:29:48 -0400 Received: from smtp24.relay.iad3a.emailsrvr.com (localhost [127.0.0.1]) by smtp24.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 02210C023E; Fri, 9 Sep 2016 09:29:46 -0400 (EDT) X-Auth-ID: fsb@thefsb.org Received: by smtp24.relay.iad3a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id DDA1DC0201; Fri, 9 Sep 2016 09:29:45 -0400 (EDT) X-Sender-Id: fsb@thefsb.org Received: from yossy.local (c-66-30-62-12.hsd1.ma.comcast.net [66.30.62.12]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:587 (trex/5.7.7); Fri, 09 Sep 2016 09:29:45 -0400 To: Yasuo Ohgaki References: Cc: "internals@lists.php.net" Message-ID: <2be212ec-3b80-84f8-493e-c111b6f41d84@thefsb.org> Date: Fri, 9 Sep 2016 09:29:45 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Make uniqid() more unique From: fsb@thefsb.org (Tom Worster) On 9/9/16 7:48 AM, Yasuo Ohgaki wrote: > Some of us feel returning almost random value from uniqid() is > overkill. This is reasonable. How would it be overkill if uniqid() used, say, php_random_bytes()? Tom