Cless Posted October 3, 2008 Share Posted October 3, 2008 Hello. The regular integer value limit is roughly 2147483647. Is there a way to alter this? Thanks! Link to comment https://forums.phpfreaks.com/topic/126922-solved-integer-limit/ Share on other sites More sharing options...
discomatt Posted October 3, 2008 Share Posted October 3, 2008 Get a 64bit system.... Unsigned integers aren't supported in PHP, sadly. http://php.net/int Link to comment https://forums.phpfreaks.com/topic/126922-solved-integer-limit/#findComment-656525 Share on other sites More sharing options...
PFMaBiSmAd Posted October 3, 2008 Share Posted October 3, 2008 And in case what you are trying to accomplish involves math with larger values - http://us3.php.net/manual/en/book.bc.php Link to comment https://forums.phpfreaks.com/topic/126922-solved-integer-limit/#findComment-656547 Share on other sites More sharing options...
Cless Posted October 3, 2008 Author Share Posted October 3, 2008 Thank you! Link to comment https://forums.phpfreaks.com/topic/126922-solved-integer-limit/#findComment-656700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.