Back to Blog
Dotkernel

Installing GeoIP extension in Zend Server 6 on Windows

As an update to the post Installing GeoIP extension in Zend Server 5.6 on Windows , for Zend Server 6.1 , you can do the following:
  1. Download the php_geoip-1.0.8-5.4-nts-vc9-x86.zip file from http://windows.php.net/downloads/pecl/releases/geoip/1.0.8/
  2. From the archived file, copy the file php_geoip.dll to ZEND_PATH\Zend\ZendServer\lib\phpext\
  3.  Open php.ini file, from the location: ZEND_PATH\Zend\ZendServer\etc\php.ini
  4.  Add the below line at the end of the file extension=php_geoip.dll
  5. Save the file and "Restart PHP" :-))  from Zend Server GUI
  6. follow the step from the previous article in order to test GeoIP integration , and download the Geoip*.dat files