Centos 6.9 / PHP 7.0 に phpMyAdmin をインストールできない

Centos 6.9 / PHP 7.0 に phpMyAdmin をインストールできない

昨日、2 つの VPS で PHP 7 にアップデートしました。1 つは Centos 7 ですべて正常に動作しましたが、もう 1 つは 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

関連情報