1.4.1
- The
maxminddb
extension now returns a string when auint32
value is greater thanLONG_MAX
. Previously, the value would
overflow. This generally only affects 32-bit machines. Reported
by Remi Collet. GitHub #79. - For
uint64
values, themaxminddb
extension now returns an
integer rather than a string when the value is less than or equal
toLONG_MAX
. This more closely matches the behavior of the pure
PHP reader.