如何在debian上安装apcu作为php7扩展 [英] How install apcu as php7 extension on debian

查看:410
本文介绍了如何在debian上安装apcu作为php7扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看过ubuntu这个教程了。
http:// hereluctantdeveloper.com/2015/12/quick-and-dirty-php-70-set-up-on-ubuntu-1404-with-apcu



在步骤(git clone)之后我并不清楚。
我需要apcu扩展为我的应用程序执行更快。
请指导在debian上安装php 7的apcu扩展名。

解决方案

首先,我假设您安装了PHP7使用 DotDeb APT存储库。如果没有,这是你应该如何安装。



一旦PHP7安装并正常工作,假设系统上没有安装其他版本的PHP,请安装 apcu via:

  sudo apt-get install php7.0-dev 
pecl channel-update pecl.php.net
pecl install apcu

echoextension = apcu.so>> `php --ini | grep加载配置| sed -es |。*:\s * ||

只需按回车即可提示您指定任何配置。


I have seen this tutorial for ubuntu. http://thereluctantdeveloper.com/2015/12/quick-and-dirty-php-70-set-up-on-ubuntu-1404-with-apcu

It's not clear for me after step(git clone). I need apcu extension for my app to perform faster. Please guide to install apcu extension for php 7 on debian.

解决方案

First, I'm assuming you installed PHP7 using the DotDeb APT Repository. If not, this is how you should install it.

Once PHP7 is installed and working properly, and assuming there are no other versions of PHP installed on the system, install apcu via:

sudo apt-get install php7.0-dev
pecl channel-update pecl.php.net
pecl install apcu

echo "extension=apcu.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

Just press enter if prompted to specify any configuration.

这篇关于如何在debian上安装apcu作为php7扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆