64 bit integer support is really a function of the compiler, not the OS. The windows compiler certainly does support a 64 bit integer type (INT64 iirc).
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. --Wez. ----- Original Message ----- From: "l0t3k" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 1:58 AM Subject: [PHP-DEV] Repost : 64 Bit Integer support > Question : > is there any one of the supported platforms that dont support a 64 bit > integer > type. i'm not referring to the native int size. > for one i can think of Windows 95/98. > > i'm porting a library and i need to know this so i can determine how to > proceed. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php