Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91419 invoked from network); 18 Oct 2016 10:03:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2016 10:03:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.220 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.220 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.220] ([81.169.146.220:26402] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/A7-40890-B53F5085 for ; Tue, 18 Oct 2016 06:03:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1476784984; l=5181; s=domk; d=kelunik.com; h=Content-Type:To:Subject:Date:From:In-Reply-To:References: MIME-Version; bh=0D+HFBOa94ZkarFCRnUzjgL5CVt5ceiSLc0vFbKIhnM=; b=R51s/ob9PgK5hBbCEievD8HcESbI+Nq5pVCk3/lc3GML9fXbl+N706duXieyZ4xhM0x QEg2Ocp0tvFwDZ6EEFqlVa5rqyBuAwuab65mWyetiYSkXFbtySikim5XCSnZ1Tm8bb41U gRuyPDgyS43xf+IsIKHBq+HAQnYG+Ehv9Uk= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoBPBqD/sF4= X-RZG-CLASS-ID: mo00 Received: from mail-qk0-f170.google.com ([209.85.220.170]) by smtp.strato.de (RZmta 39.6 AUTH) with ESMTPSA id N0545cs9IA33OcS (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Tue, 18 Oct 2016 12:03:03 +0200 (CEST) Received: by mail-qk0-f170.google.com with SMTP id o68so327888341qkf.3 for ; Tue, 18 Oct 2016 03:03:03 -0700 (PDT) X-Gm-Message-State: AA6/9Rn9id/ZctndmsYr5hSrvgaelMdSOuxnKtFq7iOtgAtJDkJOykPN978CnjrekEqt3VdYw6XQW55XfXabZQ== X-Received: by 10.194.166.232 with SMTP id zj8mr14258280wjb.225.1476784983263; Tue, 18 Oct 2016 03:03:03 -0700 (PDT) MIME-Version: 1.0 References: <52a34722-ccd4-b875-2c1b-f704117ef708@lsces.co.uk> In-Reply-To: <52a34722-ccd4-b875-2c1b-f704117ef708@lsces.co.uk> Date: Tue, 18 Oct 2016 10:02:52 +0000 X-Gmail-Original-Message-ID: Message-ID: To: Lester Caine , PHP Internals Content-Type: multipart/alternative; boundary=089e01227ab0566bad053f20cca8 Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Improve uniqid() uniqueness From: me@kelunik.com (Niklas Keller) --089e01227ab0566bad053f20cca8 Content-Type: text/plain; charset=UTF-8 Lester Caine schrieb am Di., 18. Okt. 2016, 11:42: > On 18/10/16 08:35, Yasuo Ohgaki wrote: > >> Sure, but it did happen that shared hosts block it, noticed during > >> > random_compat adoption. > >> > > >> > You claimed there isn't any BC break. > > The line should be > > > > "There is no BC for usable systems" > > > > Any file permission could disturb PHP script execution, couldn't it? > > > > I think it's nothing special for /dev/urandom. User should set up system > > correctly to use PHP. Then there is no BC at all. > > 'Suppliers' should perhaps be helped to configure their systems so the > users can use things, but things like /dev/urandom may need some > additional notes to help identify problems when frameworks like owncloud > start throwing errors. As Niklas says it's shared environments where > this one may bite. > Just to be clear: I don't argue that those systems are broken, I just say that there is a BC break for those systems and that this has to be documented. Regards, Niklas -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=contact > L.S.Caine Electronic Services - http://lsces.co.uk > EnquirySolve - http://enquirysolve.com/ > Model Engineers Digital Workshop - http://medw.co.uk > Rainbow Digital Media - http://rainbowdigitalmedia.co.uk > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e01227ab0566bad053f20cca8--