Skip to content

Releases: maxmind/MaxMind-DB-Reader-php

1.13.1

Choose a tag to compare

@oschwald oschwald released this 21 Nov 22:24
2194f58
  • First PIE release. No other changes.

1.13.0

Choose a tag to compare

@oschwald oschwald released this 20 Nov 18:41
b298986
  • A redundant filesize() call in the reader's constructor was removed.
    Pull request by Pavel Djundik. GitHub #189.

1.12.1

Choose a tag to compare

@oschwald oschwald released this 05 May 20:56
815939e
  • The C extension now checks that the database metadata lookup was
    successful.

1.12.0

Choose a tag to compare

@oschwald oschwald released this 14 Nov 22:44
5b2d7a7
  • Improve the error handling when the user tries to open a directory
    with the pure PHP reader.
  • Improve the typehints on arrays in the PHPDocs.

1.11.1

Choose a tag to compare

@oschwald oschwald released this 02 Dec 00:09
1e66f73
  • Resolve warnings when compiling the C extension.
  • Fix various type issues detected by PHPStan level. Pull request by
    LauraTaylorUK. GitHub #160.

1.11.0

Choose a tag to compare

@oschwald oschwald released this 18 Oct 15:45
b1f3c06
  • Replace runtime define of a constant to facilitate opcache preloading.
    Reported by vedadkajtaz. GitHub #134.
  • Resolve minor issue found by the Clang static analyzer in the C
    extension.

1.10.1

Choose a tag to compare

@oschwald oschwald released this 14 Apr 17:55
  • Fix a TypeError exception in the pure PHP reader when using large
    databases on 32-bit PHP builds with the bcmath extension. Reported
    by dodo1708. GitHub #124.

1.10.0

Choose a tag to compare

@oschwald oschwald released this 09 Feb 17:53
  • 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.

1.9.0

Choose a tag to compare

@oschwald oschwald released this 07 Jan 21:15
  • The maxminddb extension is now buildable on Windows. Pull request
    by Jan Ehrhardt. GitHub #115.

1.8.0

Choose a tag to compare

@oschwald oschwald released this 01 Oct 17:30
  • Fixes for PHP 8.0. Pull Request by Remi Collet. GitHub #108.