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 maxminddb extension now has the arginfo when using reflection.
PR by Remi Collet. GitHub #75.
The maxminddb extension now provides MINFO() function that
displays the extension version and the libmaxminddb version. PR by
Remi Collet. GitHub #74.
The maxminddbconfigure script now uses pkg-config when
available to get libmaxmindb build info. PR by Remi Collet.
GitHub #73.
The pure PHP reader now correctly decodes integers on 32-bit platforms.
Previously, large integers would overflow. Reported by Remi Collet.
GitHub #77.
There are small performance improvements for the pure PHP reader.