Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95524 invoked from network); 5 Feb 2015 14:01:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2015 14:01:21 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.19 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.19 mout.gmx.net Received: from [212.227.15.19] ([212.227.15.19:62485] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/AD-27691-CA773D45 for ; Thu, 05 Feb 2015 09:01:18 -0500 Received: from [192.168.0.100] ([91.67.244.80]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Leux5-1Xr8JK0gP9-00qmBz; Thu, 05 Feb 2015 15:01:13 +0100 Message-ID: <54D377AF.9030009@gmx.de> Date: Thu, 05 Feb 2015 15:01:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Rowan Collins , internals@lists.php.net References: <54D34CD6.6020401@lsces.co.uk> <585A6531-BFF1-4B40-9052-518518A9409F@ajf.me> <54D36322.8080805@lsces.co.uk> <54D372CD.5070007@gmail.com> In-Reply-To: <54D372CD.5070007@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Ye36pneb8f5pPEzF5Uk3IgncZR0i4YBjpiib/62TTZI6hWaf8iJ He7DHDlEDStXOKy//FgPRovY3CB7TqkZvqOKgZ2eyw2VBQH7vKzkV1/7lfBdl3nYz8DR4EB tb8NFF/aIC6rW1Z6KLX3W+c3zrV4aIZB82jX77Qn47tV2rl1YKKMGMHAbtzQFbmSvnEbW6m hVwvgLDOUU20dS74bTBVg== X-UI-Out-Filterresults: notjunk:1; Subject: Re: [PHP-DEV] hints and constraints From: cmbecker69@gmx.de (Christoph Becker) Rowan Collins wrote: > There is nothing new about PHP's userland int type being 64-bit on > 64-bit platforms. For instance, raising 2 to the power of 62 returns > exactly the same thing on every version of PHP back to 4.3.0: > http://3v4l.org/VBMbv Unfortunately, that's not true for Windows, see : | The x64 builds of PHP for Windows should be considered experimental, | and do not yet provide 64-bit integer or large file support. Please | see this post for work ongoing to improve these builds. -- Christoph M. Becker