On Wed, 4 Sep 2002, Ananth Kesari wrote:

> Hi,

> We are working on porting PHP onto NetWare.

> PHP-4.2.2 sources for "libmysql" seem to be using the data type "long
> long" and we are facing some problems handling this data type. We see
> extensive use of _WIN32 and _MSC_VER in these files and so we are sure
> that it was compiled with MSVC. But we got to understand from a reliable
> source that Microsoft C compiler doesn't understand this data type.
> Correct us if we are wrong.

> Can someone let us know how MSVC managed to handle the data type "long long"?

MSVC uses __int64.

-Robert.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to