编程技术

linux下怎么安装php扩展模块_编程技术_亿码酷站插图

可以采用编译安装的方式,具体如下:

(推荐教程:linux.html” target=”_blank”>linux教程)

//下载文件
#wget http://pecl.php.net/get/zip-1.12.4.tgz
//解压文件
#tar zxfv zip-1.12.4.tgz
//进入到解压文件目录
#cd zip-1.12.4
//检查系统配置开始配置,指定安装 PHP 的时候的配置
#./configure --with-php-config=/usr/local/php-5.2.17/bin/php-config
//编译
#make
//测试
#make test
//安装
#make install

相关推荐:php培训

linux下怎么安装php扩展模块
—–文章转载自PHP中文网如有侵权请联系admin#tyuanma.cn删除

分享php秒杀功能实现的思路

云服务器推荐