当前位置:Gxlcms > PHP教程 > Linuxphp安装zip扩展

Linuxphp安装zip扩展

时间:2021-07-01 10:21:17 帮助过:13人阅读

# wget http://pecl.php.com/get/zip-1.10.2.tgz # tar zxvf zip-1.10.2.tgz # cd zip-1.10.2 # /usr/local/php/bin/phpize 运行了这个zip目录下会自动生成几个文件,其中包括configure # ./configure --with-php-config=/usr/local/php/bin/php-config # make # make install 安装完成后修改一下php.ini # vim /usr/local/php/etc/php.ini 加入 extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/zip.so

人气教程排行