为php安装zip扩展
wget http://pecl.php.net/get/zip-1.13.5.tgz tar -zvxf zip-1.13.5.tgz cd zip-1.13.5 /home/xxx/php/bin/phpize
出现错误:
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.
解决方法:
yum install m4 yum install autoconf
再安装:
/home/xxx/php/bin/phpize ./configure --with-php-config=/home/xxx/php/bin/php-config make make install
然后修改php.ini,添加:
extension=zip.so
重启apache,查看phpinfo是否安装成功
关于php如何安装zip模块?(方法介绍)的文章就分享到这,如果对你有帮助欢迎继续关注我们哦
本文来自投稿,不代表重蔚自留地立场,如若转载,请注明出处https://www.cwhello.com/40328.html
如有侵犯您的合法权益请发邮件951076433@qq.com联系删除