-
Notifications
You must be signed in to change notification settings - Fork 64
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
Library does not work with 32-bit integers #38
Comments
This is going to require a significant rewrite of a lot of the code, and may not be worth it. Most systems support 64-bit integers (i.e. For the moment, I'm going to document this behavior and make it fail hard if |
At least PHP 5.6 on Linux armhf (like Raspberry Pi) is also effected. (PHP_INT_SIZE is 4) |
Thanks for the update. I'll try to prioritize getting 32-bit working, but I've got a lot on my plate. |
No hurry. I think i found the bug for my PHP 7.x problem and will be able to use native support in 7.2. |
A more general issue than #37
Here's the full output for the curious.
output.txt
The text was updated successfully, but these errors were encountered: