Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96429 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14838 invoked from network); 18 Oct 2016 11:52:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2016 11:52:57 -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:40626] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/5C-40890-31D06085 for ; Tue, 18 Oct 2016 07:52:56 -0400 Received: (qmail 87999 invoked by uid 89); 18 Oct 2016 11:52:48 -0000 Received: from unknown (HELO mail-qk0-f179.google.com) (yohgaki@ohgaki.net@209.85.220.179) by 0 with ESMTPA; 18 Oct 2016 11:52:48 -0000 Received: by mail-qk0-f179.google.com with SMTP id o68so333182251qkf.3 for ; Tue, 18 Oct 2016 04:52:48 -0700 (PDT) X-Gm-Message-State: AA6/9Rl3YSdpblgNN3p0AVKNCtCH1WxrH76l5/Et41Gho3g/1gPpGi7a87PPzizQDytFmmQeAzAZa5MsjKA60A== X-Received: by 10.55.151.70 with SMTP id z67mr2563106qkd.185.1476791562297; Tue, 18 Oct 2016 04:52:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Tue, 18 Oct 2016 04:52:01 -0700 (PDT) In-Reply-To: <7eaf974e-d222-06fd-9f01-3b06b4bc4c12@lsces.co.uk> References: <52a34722-ccd4-b875-2c1b-f704117ef708@lsces.co.uk> <26f72884-49ed-5b1e-1860-3d477f7d9be0@lsces.co.uk> <7eaf974e-d222-06fd-9f01-3b06b4bc4c12@lsces.co.uk> Date: Tue, 18 Oct 2016 20:52:01 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Lester Caine Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Improve uniqid() uniqueness From: yohgaki@ohgaki.net (Yasuo Ohgaki) On Tue, Oct 18, 2016 at 8:47 PM, Lester Caine wrote: > On 18/10/16 12:37, Yasuo Ohgaki wrote: >> The patch committed is pure bug fix. > https://www.google.co.uk/search?q=%2Fdev%2Furandom+is+not+readable+by+php > > Even bug fixes need proper documentation to avoid the WTF ! I'm about to add the doc. Anyway, this is due to "open_basedir" restriction. "open_basedir" does not affect php_random_bytes() at all. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net