Linux php安装zip扩展

WBOY
Release: 2016-06-23 14:29:14
Original
1298 people have browsed it

# wget http://pecl.php.net/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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template