On Fri, 2011-06-10 at 17:52 +0100, Derick Rethans wrote:
> Yes, indeed. That was a typo. The original point still stands though. 
> And IMO, this should be fixed in the Windows port so that on 64 bit 
> processors, the PHP "int" type (the C "long" type) is actually 64 bits, 
> just like almost any other current operating system/compiler set-up.

While this will cause "strange" behavior when using "large" integers
with some of our extension functions calling some c lib ...

imagecreate(42949323647, 21444347483647);

as a random example. (assuming one has enough ram ;-) )

johannes



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

Reply via email to