Comment 3 for bug 1555012

Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

Hi Michal, thanks for your reply.

I try to generate the dependency graph with the following commands:

debtree phpmyadmin --no-alternatives > phpmyadmin.dot
dot -Tpng phpmyadmin.dot -o phpmyadmin.png

As far I see the php-phpseclib depends of php5-common and this from php5-mhash
phpmyadmin has too the php5-mysql dependency which has too with php5-mysqi and php5-mysqlnd
phpmyadmin has too the php5-gd
php-tpdf has dependency with php5-gd and php5-mcrypt
Another problem is the libapache2-mod-php5 that depends of libapache2-mod-php5filter and php5-cli and php5-cli depends of php5-readline and php5-json

So as far I see there are enough dependencies that avoid install phpmyadmin for php7.0 instead php5

So which is the first step for solve this? Request to upstream of that packages to fix properly in debian?