Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49865 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64144 invoked from network); 4 Oct 2010 19:43:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2010 19:43:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=michael@no-surprises.co.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=michael@no-surprises.co.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain no-surprises.co.uk designates 80.68.93.37 as permitted sender) X-PHP-List-Original-Sender: michael@no-surprises.co.uk X-Host-Fingerprint: 80.68.93.37 river.mgdm.net Received: from [80.68.93.37] ([80.68.93.37:44897] helo=river.mgdm.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/25-18530-94E2AAC4 for ; Mon, 04 Oct 2010 15:43:07 -0400 Received: from [192.168.1.65] (87-194-155-29.bethere.co.uk [87.194.155.29]) (Authenticated sender: michael) by river.mgdm.net (Postfix) with ESMTPSA id 41FE4DC2B9 for ; Mon, 4 Oct 2010 20:42:56 +0100 (BST) Message-ID: <4CAA2E3F.1070902@no-surprises.co.uk> Date: Mon, 04 Oct 2010 20:42:55 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mt_rand deprecated in trunk? From: michael@no-surprises.co.uk (Michael Maclean) Hi, The comment on this commit: http://svn.php.net/viewvc?view=revision&revision=303912 suggest getrandmax() and mt_getrandmax() were to be deprecated, but it seems Kalle might have typoed and deprecated mt_rand() instead - is that the case? -- Cheers, Michael