VestaCP多PHP(v5.5,v5.6,v7)一键安装脚本
<h2>安装</h2><p>系统要求:CentOS 6.7或CentOS 7</p>
<pre>wget http://mirror.skamasle.com/vestacp/PHP/sk-phpinstaller_beta02_3.sh
bash sk-phpinstaller_beta02_3.sh
</pre>
<p>安装其他模块</p>
<p>搜索</p>
<pre>
yum search php70 --enablerepo=remi |grep opcache
#output:
php70-php-opcache.x86_64 : The Zend OPcache
</pre>
<p>安装</p>
<pre>
yum install php70-php-opcache --enablerepo=remi
</pre>
<p>查找需要的ini文件</p>
<pre>
/usr/bin/php70 --ini |grep opcache
Additional .ini files parsed:/etc/opt/remi/php70/php.d/10-opcache.ini
</pre>
<p class="post-copyright">未经允许不得转载:<ahref="https://www.wangchao.info/">王超博客</a> » <ahref="https://www.wangchao.info/1789.html">VestaCP多PHP(v5.5,v5.6,v7)一键安装脚本</a></p>
页:
[1]