Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72554 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66903 invoked from network); 13 Feb 2014 10:42:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2014 10:42:46 -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.215.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:41310] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/08-27664-4A1ACF25 for ; Thu, 13 Feb 2014 05:42:45 -0500 Received: by mail-la0-f42.google.com with SMTP id hr13so8073008lab.15 for ; Thu, 13 Feb 2014 02:42:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=nLqOn+Ilu55M1dH9BOKY4d2J3qCCEq/ekl4rfgCicTE=; b=cUclX+W4ar+iPUZNW3rsJZlXdf3DN/i39HQKp25y9LGHFWTFEbaEW/J3DPETomB7+m wszPU/VCtQnzQCabPA2a0EFhOexzrjbpxUrpTe5BAVTiVk1DR4Ph2AAP1mjd5p0kiBW5 XF1+M8xIY6T1GzhLWO1yvp+yQgu+eWR48tFyrmpx9nS38s0uIY6elEg5OUInd8tbvrBW VKz/sPCimR4ALjxoj7WvdoLFzH4y7ssc0rL4kYL+hY/01JHiOEVgKZh2e/jyeuEahbE0 n+T4edC73QrcXBIOXP3h4jON/EW8OJuKRelsg3C+71mQvjSI/DORlPo+XCNcsOKCGfyB VQMw== X-Received: by 10.152.115.132 with SMTP id jo4mr38053lab.69.1392288161137; Thu, 13 Feb 2014 02:42:41 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Thu, 13 Feb 2014 02:42:01 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Feb 2014 19:42:01 +0900 X-Google-Sender-Auth: PJ0MNsHdpPYhtzU2e2ncEawkQH0 Message-ID: To: Pierre Joye Cc: PHP internals , Julien Pauli Content-Type: multipart/alternative; boundary=001a11c366d24508e504f247594d Subject: Re: [PHP-DEV] unify entropy source for all php related functions From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c366d24508e504f247594d Content-Type: text/plain; charset=UTF-8 Hi Pierre, On Thu, Feb 13, 2014 at 6:36 PM, Pierre Joye wrote: > session.entropy_file won't be deprecated but will share the same, or can > share the same source. I can perfectly imagine large set oh hosts using two > sources, one for session and one for user land usages. > > On windows they are not ignored but must be set. We can always add support > for hardware RNG or servers. A couple of good ones exist but we need to > test them (stream). We only support the windows crypto api for now. > > There will be no hard coded default values but compile time default values > (as we do it now for other settings). These settings must system settings, > apps should not be able to change them. > > The open issue can be dropped. We are not going to provide that through > these settings, not now. > > Target is 5.6. > Updated the RFC to reflect your comment. I might not understand default INI setting. I removed hard coded default and made these INIs as INI_PERDIR and build time defined. i.e. Decided by platform. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c366d24508e504f247594d--