Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58377 invoked from network); 7 Jul 2016 12:39:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2016 12:39:30 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.44 mail-oi0-f44.google.com Received: from [209.85.218.44] ([209.85.218.44:36831] helo=mail-oi0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/68-18622-E7D4E775 for ; Thu, 07 Jul 2016 08:39:27 -0400 Received: by mail-oi0-f44.google.com with SMTP id f189so20921440oig.3 for ; Thu, 07 Jul 2016 05:39:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=M80NMKPkhpcvt9s1Eff5h/BP8PxAvWMrBfW6QvZ3Z+M=; b=F4CtStnTSINUrUv9Q/FiTssrIWewVgSu4g0rX2aaXueTYUnp367O3ueWLxvy//EAqr Wbfqxqs9ZQ6Pw1fZCKZ7RyYxy9LUMJY9GJvagFU0+FSFpX+Kkir2DldI6pTqPHDD7UPT sZ1xI2Z9z6aw8PUloNtKJlLcISDejlWVH/J0izrL6voayykMbptdEVrToW9x4F3oyKVX xPGj6Vl+HjhiU68lGV6SpWUAYMFD2XU7wM7WluvKYiTJbyxd4dKe8j1y4POAZiWDrEiP P9k0OP6y+05TJ6yVXLnQNpVey3bR2KE44D7Vy2nfa9fNuiSw6ZjPQriRVUcbIO/pRadv IhLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=M80NMKPkhpcvt9s1Eff5h/BP8PxAvWMrBfW6QvZ3Z+M=; b=h1mHrC/zzkUU+xcH61oI6MAQMLT5YbZ7vMdP2Y63zuSglqMwSCRcclhy78NQaKc6mo hkmqAvlfv2GTz/AzgFE4AA8iWiI5b9UBkmxancACvZ165+MHiDI67AEgzZlT1KxfervI h9MUFwr+VeLuQmlXz1+hIfud5qgZ/2sc03na0bLD5WISkSlbSSU0JdFs+0p8SbRptAPl 3SW/NVBIHEvE2q8LpcOXpq/u8J9B9yi7/GjuDm+FFPAeVGRpIIWYVB2Z2V1PWKWd7Na3 CQ0//gSV9IodBLsVflL7qlq1p68nLmqwymWgy9IPP1tI98dnCHJIvz3MwIm88qUYD3P8 66mg== X-Gm-Message-State: ALyK8tIl92G+UQMbKmaG5FMZLIqOjkiUJSWAiT6LL2hrzz0jhXwdsbDzGEdxmu/+OCi5G5yJb6VP/7vT/pVKrA== MIME-Version: 1.0 X-Received: by 10.157.9.66 with SMTP id 60mr16942757otp.23.1467895161972; Thu, 07 Jul 2016 05:39:21 -0700 (PDT) Received: by 10.202.190.3 with HTTP; Thu, 7 Jul 2016 05:39:20 -0700 (PDT) Received: by 10.202.190.3 with HTTP; Thu, 7 Jul 2016 05:39:20 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Jul 2016 19:39:20 +0700 Message-ID: To: Leigh Cc: PHP internals Content-Type: multipart/alternative; boundary=94eb2c04f718b2700505370af915 Subject: Re: [PHP-DEV] [RFC][VOTE] RNG fixes From: pierre.php@gmail.com (Pierre Joye) --94eb2c04f718b2700505370af915 Content-Type: text/plain; charset=UTF-8 Hi Looks good but missing an option to choose the default mode. I would choose BC as default at least for one release (7.1). I tend to vote against fixing mt_rand because of that. On Jul 7, 2016 5:39 PM, "Leigh" wrote: > As the discussion thread has been quiet for a while, moving this RFC to > voting. > > https://wiki.php.net/rfc/rng_fixes > > https://github.com/php/php-src/pull/1986 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --94eb2c04f718b2700505370af915--