我刚刚在Centos 7服务器上成功安装了新的PHP 7。
但是我无法安装PDO。当我更新yum然后运行yum install php-pdo
时,我得到以下输出。
php-pdo是否需要低于5.5的PHP?
以前在我的服务器上安装了PHP 5,但我删除了所有软件包。
如何解决此问题?
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.denit.net
* epel: ftp.nluug.nl
* extras: mirror.denit.net
* updates: mirror.denit.net
* webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php-pdo.x86_64 0:5.4.16-36.el7_1 will be installed
--> Processing Dependency: php-common(x86-64) = 5.4.16-36.el7_1 for package: php-pdo-5.4.16-36.el7_1.x86_64
--> Running transaction check
---> Package php-common.x86_64 0:5.4.16-36.el7_1 will be installed
--> Processing Conflict: php70w-common-7.0.0-1.w7.x86_64 conflicts php-common < 5.5.0
--> Finished Dependency Resolution
Error: php70w-common conflicts with php-common-5.4.16-36.el7_1.x86_64
答案 0 :(得分:2)
我现在解决了我的问题,我可以通过前面的'php70w'安装所有符合php 7的软件包,例如
yum install php70w-mbstring php70w-json php70w-gd php70w-mcrypt