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
Development files were added to the .gitattributes as export-ignore so
that they are not part of the Composer release. Pull request by Michele
Locati. GitHub #39.
Previously the MaxMind DB extension would cause a segfault if the Reader
object's destructor was called without first having called the constructor.
(Reported by Matthias Saou & Juan Peri. GitHub #20.)
In the last several releases, the version number in the extension was
incorrect. This release is being done to correct it. No other code changes
are included.
In the pure PHP reader, a string length test after fread() was replaced
with the difference between the start pointer and the end pointer. This
provided a 15% speed increase.
The API now works when mbstring.func_overload is set.
BCMath is no longer required. If the decoder encounters a big integer,
it will try to use GMP and then BCMath. If both of those fail, it will
throw an exception. No databases released by MaxMind currently use big
integers.
The API now officially supports HHVM when using the