Centos 6.9/PHP 7.0에서 phpMyAdmin을 설치할 수 없습니다.

Centos 6.9/PHP 7.0에서 phpMyAdmin을 설치할 수 없습니다.

어제 저는 두 개의 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에는 Centos 6.9에서 찾을 수 없는 phpMyAdmin 4.4 패키지가 있습니다.

업데이트:

$ 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

관련 정보