php开启zip扩展

时间:2014-06-17 18:20:35   收藏:0   阅读:279

 wget http://pecl.php.net/get/zip-1.10.2.tgz

 tar zxvf zip-1.10.2.tgz

 cd zip-1.10.2

./configure --with-php-config=/usr/local/php/bin/php-config

运行了这个zip目录下会自动生成几个文件,其中包括configure

./configure --with-php-config=/usr/local/php/bin/php-config

 make

 make install

安装完成后打开php.ini在“extension=”下面添加如下一段

extension=/var/www/php5/lib/php/extensions/no-debug-non-zts-20060613/zip.so

之后:

     重启apache。


php开启zip扩展,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!