Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Releases: maxmind/geoip-api-php

1.17

16 May 19:10
Compare
Choose a tag to compare
  • Previously data records at the end of the database were incorrectly returned
    as null values when using shared memory. This was due to attempting to
    read beyond the end of the database. This bug only affected users using
    GEOIP_SHARED_MEMORY.

1.16

29 Jan 17:23
Compare
Choose a tag to compare
  • Fixed issue that could cause a notice about using a property on a non-object
    when calling geoip_record_by_addr() on a City database. Reported by
    Justinas Rakašis. GitHub #34.

1.15

01 May 17:25
Compare
Choose a tag to compare
  • Calls to die() where replaced with calls to trigger_error(). This
    allows these (rare) errors to be gracefully handled by an error handler.
    Pull request by Dirk Weise. GitHub #28.
  • Removed broken distributed queries code.
  • Previously if a time zone was not found, an undefined variable error would
    be outputted. get_time_zone now returns null if there is no matching
    time zone. (Fixed by justgoodman. GitHub #30.)
  • $GEOIP_REGION_NAME is now prefixed with global to make it autoloaded by
    Composer. Pull request by Laurent Goussard. GitHub #15.
  • The script from updating the timezone data was improved to work with the
    new CSV format. Pull request by Shadman Kolahzary. GitHub #19.

1.14

05 Nov 21:53
Compare
Choose a tag to compare
  • Fix lookup issues with some domain databases ( Boris Zentner )
  • Reorganize and clean up code ( Gregory Oschwald )
  • Fix for module when mbstring extension is missing ( Gregory Oschwald )
  • Update time zones ( Boris Zentner )

Composer Support

08 Jul 16:26
Compare
Choose a tag to compare
  • Composer support ( Maksim Kotlyar )
  • Remove duplicate key - A placeholder for unused countries. ( Boris Zentner )

Updated Regions and Countries

08 Jul 16:28
Compare
Choose a tag to compare
  • Update FIPS Codes ( Boris Zentner )
  • Add South Sudan ( Boris Zentner )
  • Remove trailing space ( Boris Zentner )

Updated Regions and Time Zones

08 Jul 16:29
Compare
Choose a tag to compare
  • Update Time Zones ( Boris Zentner )
  • Update FIPS codes ( Boris Zentner )

Updated Time Zones, Countries, and New Example

08 Jul 16:30
Compare
Choose a tag to compare
  • Update time zones and country codes ( Boris Zentner )
  • Add example for netspeedcell databases. ( Boris Zentner )