安装 ZendOpcache

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装 ZendOpcache相关的知识,希望对你有一定的参考价值。

一、安装注意事项

(1) 设置环境变量 :echo ‘export LC_ALL=C‘ >> /etc/profile && source /etc/profile
(2) 安装 perl 依赖:yum install -y perl-devel

二、安装 ZendOpcache

wget -q http://pecl.php.net/get/zendopcache-7.0.5.tgz
tar xf zendopcache-7.0.5.tgz
cd zendopcache-7.0.5
/usr/local/php/bin/phpize
./configure --enable-opcache --with-php-config=/usr/local/php/bin/php-config
make && make install
cd ..
rm -rf zendopcache-7.0.5*
ls /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/

 

 

 

 

   

以上是关于安装 ZendOpcache的主要内容,如果未能解决你的问题,请参考以下文章

下载完安装包怎么安装

分清全局安装与本地安装

安装一个软件提示,该安装包未包含任何证书,安装失败,怎么解决

把两个安装文件做成一个安装包,怎么做

myeclipse怎么安装怎样安装myeclipse

ubuntu如何安装压缩的安装包