Leon Matthews schrieb:
PS: will a 64 bit INTEGER make it into PHP6?

But they're already here in fives-ville...

I recently had a regression test failure on our framework when testing on
the new AMD64 test server.  The 'failed' test was expecting to see an error
when dealing with UNIX epoch timestamps after 2038.  Of course, with 64-bit
INTs there was no error to report.

But that's the problem. You need a 64bit integer which is always 64bits regardless of your platform:

http://www.php.net/~derick/meeting-notes.html#add-a-64bit-integer


regards
Andreas

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

Reply via email to