[ANNOUNCEMENT] maxminddb-1.10.0 (stable) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package maxminddb-1.10.0 (stable) has been released at https://pecl.php.net/.
Release notes
-------------
* When using the pure PHP reader, unsigned integers up to PHP_MAX_INT
will now be integers in PHP rather than strings. Previously integers
greater than 2^24 on 32-bit platforms and 2^56 on 64-bit platforms
would be strings due to the use of `gmp` or `bcmath` to decode them.
Reported by Alejandro Celaya. GitHub #119.
Package Info
-------------
This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
Related Links
-------------
Package home: https://pecl.php.net/package/maxminddb
Changelog: https://pecl.php.net/package-changelog.php?package=maxminddb
Download: https://pecl.php.net/get/maxminddb-1.10.0.tgz
Authors
-------------
Greg Oschwald <[email protected]> (lead)