phpMyAdmin kann in Centos 6.9 / PHP 7.0 nicht installiert werden

phpMyAdmin kann in Centos 6.9 / PHP 7.0 nicht installiert werden

Gestern habe ich auf zwei VPSs ein Update auf PHP 7 durchgeführt, einer mit Centos 7 und alles lief einwandfrei, der andere hat Centos 6.9 und ich kann phpMyAdmin nicht installieren (es war bis zum PHP-Update installiert)

Relevanteste Ausgabe:

$ 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

Ich nehme an, dass phpMyAdmin 4.0 veraltet ist und nicht mehr mit php7 funktioniert. Der VPS mit Centos 7 verfügt über phpMyAdmin 4.4, ein Paket, das in Centos 6.9 nicht zu finden ist.

AKTUALISIEREN:

$ 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

verwandte Informationen