tag:github.com,2008:https://github.com/maxmind/geoip-api-php/releases Release notes from geoip-api-php 2016-05-16T19:09:55Z tag:github.com,2008:Repository/4718013/v1.17 2016-05-16T19:10:47Z 1.17 <ul> <li>Previously data records at the end of the database were incorrectly returned<br> as <code>null</code> values when using shared memory. This was due to attempting to<br> read beyond the end of the database. This bug only affected users using<br> <code>GEOIP_SHARED_MEMORY</code>.</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.16 2016-01-29T17:23:20Z 1.16 <ul> <li>Fixed issue that could cause a notice about using a property on a non-object<br> when calling <code>geoip_record_by_addr()</code> on a City database. Reported by<br> Justinas RakaĊĦis. GitHub <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="129779993" data-permission-text="Title is private" data-url="https://github.com/maxmind/geoip-api-php/issues/34" data-hovercard-type="issue" data-hovercard-url="/maxmind/geoip-api-php/issues/34/hovercard" href="https://github.com/maxmind/geoip-api-php/issues/34">#34</a>.</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.15 2015-05-01T17:25:31Z 1.15 <ul> <li>Calls to <code>die()</code> where replaced with calls to <code>trigger_error()</code>. This<br> allows these (rare) errors to be gracefully handled by an error handler.<br> Pull request by Dirk Weise. GitHub <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="48376525" data-permission-text="Title is private" data-url="https://github.com/maxmind/geoip-api-php/issues/28" data-hovercard-type="pull_request" data-hovercard-url="/maxmind/geoip-api-php/pull/28/hovercard" href="https://github.com/maxmind/geoip-api-php/pull/28">#28</a>.</li> <li>Removed broken distributed queries code.</li> <li>Previously if a time zone was not found, an undefined variable error would<br> be outputted. <code>get_time_zone</code> now returns <code>null</code> if there is no matching<br> time zone. (Fixed by justgoodman. GitHub <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="52672704" data-permission-text="Title is private" data-url="https://github.com/maxmind/geoip-api-php/issues/30" data-hovercard-type="pull_request" data-hovercard-url="/maxmind/geoip-api-php/pull/30/hovercard" href="https://github.com/maxmind/geoip-api-php/pull/30">#30</a>.)</li> <li><code>$GEOIP_REGION_NAME</code> is now prefixed with <code>global</code> to make it autoloaded by<br> Composer. Pull request by Laurent Goussard. GitHub <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="23584197" data-permission-text="Title is private" data-url="https://github.com/maxmind/geoip-api-php/issues/15" data-hovercard-type="pull_request" data-hovercard-url="/maxmind/geoip-api-php/pull/15/hovercard" href="https://github.com/maxmind/geoip-api-php/pull/15">#15</a>.</li> <li>The script from updating the timezone data was improved to work with the<br> new CSV format. Pull request by Shadman Kolahzary. GitHub <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="27753747" data-permission-text="Title is private" data-url="https://github.com/maxmind/geoip-api-php/issues/19" data-hovercard-type="pull_request" data-hovercard-url="/maxmind/geoip-api-php/pull/19/hovercard" href="https://github.com/maxmind/geoip-api-php/pull/19">#19</a>.</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.14 2013-11-05T21:54:45Z 1.14 <ul> <li>Fix lookup issues with some domain databases ( Boris Zentner )</li> <li>Reorganize and clean up code ( Gregory Oschwald )</li> <li>Fix for module when mbstring extension is missing ( Gregory Oschwald )</li> <li>Update time zones ( Boris Zentner )</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.13 2013-07-08T16:26:35Z Composer Support <ul> <li>Composer support ( Maksim Kotlyar )</li> <li>Remove duplicate key - A placeholder for unused countries. ( Boris Zentner )</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.12 2013-07-08T16:28:54Z Updated Regions and Countries <ul> <li>Update FIPS Codes ( Boris Zentner )</li> <li>Add South Sudan ( Boris Zentner )</li> <li>Remove trailing space ( Boris Zentner )</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.11 2013-07-08T16:29:24Z Updated Regions and Time Zones <ul> <li>Update Time Zones ( Boris Zentner )</li> <li>Update FIPS codes ( Boris Zentner )</li> </ul> oschwald tag:github.com,2008:Repository/4718013/v1.10 2013-07-08T16:30:04Z Updated Time Zones, Countries, and New Example <ul> <li>Update time zones and country codes ( Boris Zentner )</li> <li>Add example for netspeedcell databases. ( Boris Zentner )</li> </ul> oschwald