어제 저는 두 개의 VPS에서 PHP 7로 업데이트했습니다. 하나는 Centos 7이고 모든 것이 잘 작동했고 다른 하나는 Centos 6.9에서 작동했지만 phpMyAdmin을 설치할 수 없습니다(php 업데이트 전에 설치되었습니다).
가장 관련성이 높은 출력:
$ yum install phpmyadmin ---> Package phpMyAdmin.noarch 0:4.0.10.19-1.el6 will be instalado Error: php70w-common conflicts with php56w-common-5.6.30-1.w6.x86_64
phpMyAdmin 4.0이 오래되어 php7과 함께 사용할 수 없다고 생각합니다. Centos 7을 실행하는 VPS에는 phpMyAdmin 4.4가 있고 Centos 6.9에서는 패키지를 찾을 수 없습니다.
고쳐 쓰다:
$ php -v PHP 7.0.19 (cli) (built: May 12 2017 21:20:16) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.9, Copyright (c) 2002-2016, by ionCube Ltd. with Zend OPcache v7.0.19, Copyright (c) 1999-2017, by Zend Technologies