Настройка во время выполнения

Поведение этих функций зависит от установок в php.ini.

GeoIP Опции настройки
Имя По умолчанию Меняемо Список изменений
geoip.custom_directory "" PHP_INI_ALL

Краткое разъяснение конфигурационных директив.

geoip.custom_directory string

Empty by default, but can be set to force a different database path than the one compiled in the library.

Коментарии

Автор:
This page is unclear on exactly which MaxMind DB you need. 

I found the answer here: http://h3x.no/2010/11/10/php-geoip-required-database-not-available-at-usrsharegeoipgeoip-dat

wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz

MaxMind may have changed their site recently to highlight a different format; if you look on http://dev.maxmind.com/geoip/geoip2/geolite2/ it links to a mmdb format file now.
2015-09-08 20:13:00
http://php5.kiev.ua/manual/ru/geoip.configuration.html
For me, It was needed also GeoIPCity.dat and adding extension to php.ini "extension=geoip.so" at the end of [PHP] section.

So ..
$details = geoip_record_by_name($ip_addr);

var_dump($details);

Now It works! :)
2017-06-18 15:47:27
http://php5.kiev.ua/manual/ru/geoip.configuration.html

    Поддержать сайт на родительском проекте КГБ