root@host [~]# yum install php56w php56w-opcache
Loaded plugins: fastestmirror, replace
Loading mirror speeds from cached hostfile
* base: denver.gaminghost.co
* epel: fedora-epel.mirror.lstn.net
* extras: chicago.gaminghost.co
* updates: centos.vwtonline.net
* webtatic: us-east.repo.webtatic.com
No package php56w available.
No package php56w-opcache available.
Error: Nothing to do
这是我从尝试安装php 5.6时得到的,也是 - 我无法安装PHP mbstring扩展。
我该怎么办?
BTW,这是debian 8
答案 0 :(得分:0)
现在我也在My System中安装PHP 5.6。安装成功完成。请按照以下步骤进行操作 -
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php5-5.6
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5
答案 1 :(得分:0)
你可以使用下面的链接来安装php mysql和phpmyadmin。 Click Here to get file
安装php,mysql和phpmyadmin的步骤
使用以下命令
sudo ./phpserverInstallation.sh
它将自动安装php mysql和phpmyadmin。