安装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。

posted @ 2013-05-27 09:55  中国公民  阅读(634)  评论(0)    收藏  举报