Tags: SudeepTimalsina/geoip-api-php
Tags
1.17 (2016-05-16) * 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 * 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 maxmind#34.
1.15 * 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 maxmind#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 maxmind#30.) * `$GEOIP_REGION_NAME` is now prefixed with `global` to make it autoloaded by Composer. Pull request by Laurent Goussard. GitHub maxmind#15. * The script from updating the timezone data was improved to work with the new CSV format. Pull request by Shadman Kolahzary. GitHub maxmind#19.