PHP 에서 IP 의 국가 정보를 알아내기 위해 GeoIP 를 설치함 언제나 yum [기본프로그램 다운]yum install GeoIP GeoIP-devel [PHP 확장 프로그램 다운]yum install php-pear php-devel httpd-devel [geoip 를 php 용으로 컴파일]pecl install geoip [설정에 추가]extension=geoip.so [확인]# php -aInteractive shellphp > print_r(geoip_db_get_all_info());Array( [1] => Array ( [available] => 1 [description] => GeoIP Country Edition [filename] => /데이터파일 다운로드 위치/GeoIP.dat..