We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The following runtime define:
MaxMind-DB-Reader-php/src/MaxMind/Db/Reader/Decoder.php
Line 15 in 83f0765
gets lost when using opcache preloading, resulting in the following warning:
PHP Warning: Use of undefined constant _MM_MAX_INT_BYTES - assumed '_MM_MAX_INT_BYTES' (this will throw an Error in a future version of PHP) in ...
The text was updated successfully, but these errors were encountered:
Remove runtime define of constant
8b2a9f3
I am not sure why we didn't use PHP_INT_SIZE in the first place. Using log is too clever and doesn't accomplish much. Closes #134.
Thanks for the report. This is fixed in 1.11.0.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello,
The following runtime define:
MaxMind-DB-Reader-php/src/MaxMind/Db/Reader/Decoder.php
Line 15 in 83f0765
gets lost when using opcache preloading, resulting in the following warning:
The text was updated successfully, but these errors were encountered: