Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70810 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78893 invoked from network); 21 Dec 2013 11:24:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2013 11:24:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.53 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.219.53 mail-oa0-f53.google.com Received: from [209.85.219.53] ([209.85.219.53:44185] helo=mail-oa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/F3-50487-07A75B25 for ; Sat, 21 Dec 2013 06:24:33 -0500 Received: by mail-oa0-f53.google.com with SMTP id m1so3987343oag.40 for ; Sat, 21 Dec 2013 03:24:30 -0800 (PST) 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 :content-type; bh=+ZgrHELIVLBaWJF4R8HNgq9K9cO+pKp5zpNw0ceYJTc=; b=TFv+oapiMWP9ys+cYgcvDNgdGCZqXAX5JOfc9ka6wL8iOIw7YYnyiWP7BKgASC+VgE MsYZ5tFQJLr2Ab5a+wo78RLAUPC+d8/ASBuq9lEnyO0SKgxd4jeMEpf2MQllXbyQouFE k+WU7k/AuYBdAVq3ltZeWG9HbhKsx5RqZTQoOe7/dvHDCLAmIJv/QLPte0pLceoq2Y3C n3JTinZc+hRS0HVXnmDRCsDCpsVMFBjnnr3KIfcXphekLYyMYe5jAmLkZPSCQiPf/9FG Yk4b9g4dFntrvDfjkiX4Q2Tkt1f31KPiP3W778yCA2oFv3UC2+iOPvX1PaT9LXasVjTr S8Xg== X-Received: by 10.60.37.33 with SMTP id v1mr10243855oej.2.1387625069998; Sat, 21 Dec 2013 03:24:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.144.97 with HTTP; Sat, 21 Dec 2013 03:24:08 -0800 (PST) In-Reply-To: <52B46DD8.9060905@ajf.me> References: <2d2b8833cdd18298c7ecf19bac3ef3ea.squirrel@webmail.klapt.com> <3cf29b10143104230749852cd10a735f.squirrel@webmail.klapt.com> <52B46DD8.9060905@ajf.me> Date: Sat, 21 Dec 2013 13:24:08 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e0117691f60f94e04ee09a384 Subject: Re: [PHP-DEV] 64 bit platform improvements From: arvids.godjuks@gmail.com (Arvids Godjuks) --089e0117691f60f94e04ee09a384 Content-Type: text/plain; charset=UTF-8 I have a question regarding 64 bit windows build and work done on x64. I just found out that on x64 PHP 5.5.5 build the PHP_INT_MAX shows a 32 bit integer max value. Is this going to change in line with Linux? I just spent 20 minutes figuring out why it didn't work on Windows and worked on Linux dev machine (that one has a x86_64 PHP). Quite un-unintuitive. Thanks! --089e0117691f60f94e04ee09a384--