Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65962 invoked by uid 1010); 16 Jun 2004 22:33:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65935 invoked from network); 16 Jun 2004 22:33:42 -0000 Received: from unknown (HELO smtp-out2.xs4all.nl) (194.109.24.12) by pb1.pair.com with SMTP; 16 Jun 2004 22:33:42 -0000 Received: from php.net (hetty.xs4all.nl [80.126.21.70]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i5GMXf3u037195 for ; Thu, 17 Jun 2004 00:33:41 +0200 (CEST) Message-ID: <40D0CAC5.9010601@php.net> Date: Thu, 17 Jun 2004 00:33:41 +0200 User-Agent: Mozilla Thunderbird 0.5 (X11/20040306) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <40D07D35.4060602@php.net> <916EFAA7BAA5D5119A7200E0291BBFCC71261E@darwin.journeys.travel> <20040616215849.54272.qmail@pb1.pair.com> In-Reply-To: <20040616215849.54272.qmail@pb1.pair.com> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 64 bit safety... From: abies@php.net (Ard Biesheuvel) Sara Golemon wrote: > iirc, Linux treats both int and long as 64bit datatypes so it'd be a > non-issue there. The concern is platforms which treat int and long as > different sizes. Watch your configure output for: Actually, (un)signed ints are 32-bit on all 64-bit platforms I know of (Linux/[Free]BSD/Tru64 on Alpha, Sparc64) Don't know about 64-bit PCs, but I would expect OSes to be consistent across platforms. > Anyone up for a bugsquash? > Sure! -- Ard