Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 bit system #17

Open
pjebs opened this issue Jun 26, 2016 · 3 comments
Open

64 bit system #17

pjebs opened this issue Jun 26, 2016 · 3 comments

Comments

@pjebs
Copy link

pjebs commented Jun 26, 2016

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

@jenssegers
Copy link
Owner

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).

@pjebs
Copy link
Author

pjebs commented Jul 25, 2016

that would be great.

@ElfSundae
Copy link
Contributor

Any idea for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants