Package Release Info

php7-maxminddb-1.6.0-bp152.1.20

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

php7-maxminddb

Change Logs

* Thu Jan 09 2020 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.6.0
  * fix for a possible memory corruption in version 1.5.0 and 1.5.1
  * composer.json file now conflicts with all versions of the
    maxminddb C extension less than the Composer version.
- Updated to version 1.5.1
  * Minor performance improvements.
  * Make tests pass with older versions of libmaxminddb
  * Make tests pass with older versions of libmaxminddb
- Updated to version 1.5.0
  * PHP 5.6 or greater is now required.
  * supports for PHP 8
  * new method, getWithPrefixLen, was added to the Reader class
* Wed Jun 19 2019 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.4.1
  * The maxminddb extension now returns a string when a uint32
    value is greater than LONG_MAX. Previously, the value would
    overflow. This generally only affects 32-bit machines.
  * For uint64 values, the maxminddb extension now returns an
    integer rather than a string when the value is less than or equal
    to LONG_MAX. This more closely matches the behavior of the pure
    PHP reader.
- Updated to version 1.4.0
  * The maxminddb extension now has the arginfo when using reflection.
  * The maxminddb extension now provides MINFO() function that
    displays the extension version and the libmaxminddb version.
  * The maxminddb configure script now uses pkg-config when
    available to get libmaxmindb build info.
  * The pure PHP reader now correctly decodes integers on 32-bit platforms.
    Previously, large integers would overflow.
  * There are small performance improvements for the pure PHP reader.
* Thu May 17 2018 jweberhofer@weberhofer.at
- Initial release 1.3.0