php7 install zip extension

1 Expansion Pack    wget http://pecl.php.net/get/zip-1.13.5.tgz 

2 and decompressed into the tar -zxvf zip-1.13.5.tgz 2.2 cd zip-1.13.5

3 /usr/local/php/bin/phpize  

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

5 make && make install

6 After the installation is complete there will need to be configured extensions: /usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/zip.so

7 Open php.ini php.ini write extensions = /usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/zip.so search position at the appropriate place  find / -name php.ini 

8 Restart php Service

9 php -m View Service

 

Guess you like

Origin www.cnblogs.com/yfx--/p/11941221.html