LAMP環境編譯安裝,其中php版本為5.6.8,php-fpm已經做成了系統服務,OS版本為CentOS6.x系列
[RuntimeException] The Zip PHP extensionisnot installed. Please install it andtry again.
安裝php,zip模組
cd /usr/local/srcwget http://pecl.php.net/get/zip-1.12.4.tgztar xvf zip-1.12.4.tgz -C /usr/local/cd /usr/local/zip-1.12.4/usr/local/php/bin/phpize./configure --with-php-config=/usr/local/php/bin/php-configmake && make install安裝完成後會在/usr/local/php/lib/php/extensions/下產生no-debug-non-zts-xxxxxxxx的目錄,其中包含了zip.sovim /etc/php.ini或者vim /usr/local/php/etc/php.ini添加一行extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/zip.so重新載入或重啟fpmservice php-fpm restart
其他zip版本可查看以下串連
http://pecl.php.net/package/zip
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('
').text(i)); }; $numbering.fadeIn(1700); }); });
以上就介紹了 解決Zip PHP extension is not installed,包括了方面的內容,希望對PHP教程有興趣的朋友有所協助。