PHP7安装zip扩展怎么做,哪些操作要注意的

Admin 2022-08-01 群英技术资讯 662 次浏览

这篇文章将为大家详细讲解有关“PHP7安装zip扩展怎么做,哪些操作要注意的”的知识,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。



本篇文章给大家介绍一下Centos7下php7安装zip扩展的方法。有一定的参考价值,有需要的朋友可以参考一下,希望对大家有所帮助。

安装:

yum install -y php-devel #用于编译
cd /usr/local/src
wget http://pecl.php.net/get/zip-1.15.3.tgz  
tar -zxvf zip-1.15.3.tgz

cd zip-1.15.3  
phpize
whereis php-config
./configure --with-php-config=/usr/bin/php-config

报错:configure: error: Please reinstall the libzip distribution

最新版本请参考官网:https://nih.at/libzip/ ,libzip 需要 cmake 。

yum install -y cmake
cd ../
yum remove libzip
wget https://libzip.org/download/libzip-1.2.0.tar.gz
tar -zxvf libzip-1.2.0.tar.gz
cd libzip-1.2.0.tar.gz
mkdir build && cd build && /usr/local/bin/cmake .. && make && make install

又报错:

CMake Error at CMakeLists.txt:4 (CMAKE_MINIMUM_REQUIRED):
  CMake 3.0.2 or higher is required.  You are running version 2.8.12.2
-- Configuring incomplete, errors occurred!

cmake版本过低,需新版本。

yum remove cmake
yum install -y cmake3
cmake -version

OK,cmake环境版本升级完毕。

然后再编译 zip 。

cd ../zip-1.15.3
./configure --with-php-config=/usr/bin/php-config
make
make install

安装过程中若出现

fatal error: zipconf.h: No such file or directory

使用命令:

find /usr/local -iname 'zipconf.h'
ln -s /usr/local/lib/libzip/include/zipconf.h /usr/local/include

然后再执行一遍安装即可。最后用命令查看有没有zip.so文件。

ls  /usr/lib64/php/modules/

修改 /etc/php.ini :

zlib.output_compression = On
extension=/usr/lib64/php/modules/zip.so

重启 apache:

service httpd restart

再查看 phpinfo,就有 zip 扩展了。


到此这篇关于“PHP7安装zip扩展怎么做,哪些操作要注意的”的文章就介绍到这了,更多相关内容请搜索群英网络以前的文章或继续浏览下面的相关文章,希望大家以后多多支持群英网络!
群英智防CDN,智能加速解决方案

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。

猜你喜欢

成为群英会员,开启智能安全云计算之旅

立即注册
专业资深工程师驻守
7X24小时快速响应
一站式无忧技术支持
免费备案服务
免费拨打  400-678-4567
免费拨打  400-678-4567 免费拨打 400-678-4567 或 0668-2555555
在线客服
微信公众号
返回顶部
返回顶部 返回顶部
在线客服
在线客服