Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67232 invoked from network); 15 Aug 2016 15:54:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2016 15:54:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 67.192.241.139 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 67.192.241.139 smtp139.dfw.emailsrvr.com Received: from [67.192.241.139] ([67.192.241.139:34256] helo=smtp139.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/D3-36656-F95E1B75 for ; Mon, 15 Aug 2016 11:54:09 -0400 Received: from smtp14.relay.dfw1a.emailsrvr.com (localhost [127.0.0.1]) by smtp14.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 883D560209; Mon, 15 Aug 2016 11:54:05 -0400 (EDT) X-Auth-ID: fsb@thefsb.org Received: by smtp14.relay.dfw1a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 491CD6017E; Mon, 15 Aug 2016 11:54:05 -0400 (EDT) X-Sender-Id: fsb@thefsb.org Received: from yossy.local (c-66-30-62-12.hsd1.ma.comcast.net [66.30.62.12]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:587 (trex/5.7.1); Mon, 15 Aug 2016 11:54:05 -0400 To: =?UTF-8?Q?Lauri_Kentt=c3=a4?= , internals@lists.php.net References: <3d8be1faf8d4d3e5add3768d7a8eb16c@k-piste.dy.fi> <20160814211942.16358-1-lauri.kentta@gmail.com> Message-ID: Date: Mon, 15 Aug 2016 11:53:55 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160814211942.16358-1-lauri.kentta@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [RFC: PATCH v1] Implement mt_srand_array From: fsb@thefsb.org (Tom Worster) Hi Lauri, Do you have a PR against php-src on github? It's easier to read and comment. Tom