> I didn't plan to implement it myself... yikes indeed. The question was
> wether all compilers on 32bit platforms DO have long long support at
> all, in other words: is it true that all compilers for which PHP needs
> to compile have a C-type which is 64bit (native or not)?

    `long long´ support has only become recently adopted by
    compiler vendors.  There are still bugs in common
    implementations like GCC-2 which is why a program which aims
    at portability should not depend on it yet.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to