Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5282 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3873 invoked by uid 1010); 6 Nov 2003 03:23:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3839 invoked by uid 1007); 6 Nov 2003 03:23:05 -0000 Message-ID: <20031106032305.3838.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" References: <20031106005832.41913.qmail@pb1.pair.com> <013301c3a405$05e21440$ed1e0a0a@obsidian> Date: Wed, 5 Nov 2003 21:52:26 -0500 Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 68.19.28.31 Subject: Re: [PHP-DEV] Repost : 64 Bit Integer support From: cshmoove@bellsouth.net ("l0t3k") thanks, wez > There is probably a configure check somewhere (the bundled mysql client > library from 4.3 branch comes to mind) that you can use to make the decision > on 64 bit support. my concern is not the configure check, per se. im just concerned that having the extension depend on 64bit support would eliminate a significant supported platform. as i current only have access to MSVC and gcc, i wanted to do a quick shout to see if someone knew offhand which of the popular compilers would have an issue. l0t3k p.s.. its a largish codebase with 2 developers, so i wouldnt want to simultanously support a 64bit and a 32bit branch. > --Wez.