On Tue, Feb 15, 2011 at 12:54 PM, Dmitry Stogov <[email protected]> wrote:
> I don't know all the logic but it looks very strange > > 2147483648 == 0x80000000 != 0x7fffffff == 2147483647 > > so byte_count_signed may be 0x80000000 == -1 negative value are checked before. Btw, byte_count_signed is a 64bit signed integer, for this reason :) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
