Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68600 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84987 invoked from network); 22 Aug 2013 12:28:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2013 12:28:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:60628] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/BC-11927-EE306125 for ; Thu, 22 Aug 2013 08:28:30 -0400 Received: by mail-wi0-f170.google.com with SMTP id hi8so717602wib.5 for ; Thu, 22 Aug 2013 05:28:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=bm1pgRjuOithCKvPkD35vbIsi7wTJXyUwkgeXneUI6U=; b=ZMm0KBFulwL8zWdss1Xwf/6tX0oKGCX19z0xCrJRbXoKzR5VoQB5hpbnk5YPwCGLxp nFjw0twKZks36A1O0jFo8oPbXt6Y6euMaBOZdpF8K9f/DczxcZVKHqviOiiROmYS6Wsh byE3/TLhashJgjIK7CSTIsSsQOcHCd5Ngq86eqgxvMH4AwGAv9EYnEaJZI4bozqz6X74 iBZn3XFFJwH53hhRP1Iwbz5gdIbFbStUoSdIZx4kS8cxLD1qdvndagoCUlH0dbdqgfdV Vush5Si56mRGSgs50il/of/wjZG0LtTC+tWWeJW8Gq8UQeEBn6UbA1KovVrShlV2p5lY MHMg== X-Received: by 10.194.201.225 with SMTP id kd1mr9585657wjc.35.1377174507398; Thu, 22 Aug 2013 05:28:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.151.232 with HTTP; Thu, 22 Aug 2013 05:28:06 -0700 (PDT) In-Reply-To: <5216021E.7010806@heigl.org> References: <5216021E.7010806@heigl.org> Date: Thu, 22 Aug 2013 14:28:06 +0200 Message-ID: To: Andreas Heigl Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b86f1724eade104e4886dc3 Subject: Re: [PHP-DEV] Request #65501 uniqid(): More entropy parameter should be true by default From: ocramius@gmail.com (Marco Pivetta) --047d7b86f1724eade104e4886dc3 Content-Type: text/plain; charset=UTF-8 On 22 August 2013 14:20, Andreas Heigl wrote: > Hi, > > Would it be possible to add a parameter to php.ini whether or not to set > moreentropy to true? Which by default of course is 'true'? So for most > installations it would be enabled and if it breaks there is one space to > reset to the previous behaviour. > > Hi Andreas, PHP moved away from the "ini-setting-for-all-the-things" approach, since it causes more entropy than what it attempts to fix. Marco Pivetta --047d7b86f1724eade104e4886dc3--