You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The max integer value was set to this number to be portable between systems. We could ad a method to override the internal max integer value (or through constructor).
For a 64 bit system, why is MAX_INT not 9223372036854775807?
It may be time to change it for PHP 7/64 bit systems:
http://php.net/manual/en/language.types.integer.php
The text was updated successfully, but these errors were encountered: