安装PHP扩展timezonedb
环境:centos 6.2 ,php 5.4.15
因为需要phpize,确认已安装phpize, phpize是为php扩展提供编译环境。
下载timezonedb-2013.3.tgz,下载地址:http://pecl.php.net/get/timezonedb2013.3.tgz
#tar -xf timezonedb-2013.3.tgz
#cd timezonedb-2013.3
#phpize或 #/usr/local/php/bin/phpize
#./configure --with-php-config=/usr/local/php/bin/php-config
#make
#make install
#vi /usr/local/php/etc/php.ini
添加:extension=timezonedb.so
存盘,重启PHP。
浙公网安备 33010602011771号