> As for minimal ranges, I think they are quite outdated - there are not 
> many 16-bit systems around anymore, so most ints would be 32-bit by now.
> 
> -- 
> Stanislav Malyshev, Software Architect
> SugarCRM: http://www.sugarcrm.com/
> (408)454-6900 ext. 227

Yeah, the choice to make long longer and leave int in place is a bit of a 
historical deviation. The "int" type was always redundant, and previously it 
was int that moved, and the other types remained reliable. In any case, the 
stdint header should address the problem so long as it is used.

John Crenshaw
Priacta, Inc.

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

Reply via email to