Source: roundcube Severity: important I'm trying to install roundcube from stratch on sid along with php5-fpm, but it fails silently with an internal error.
The error is caused in a silenced call to PEAR::setErrorHandling (/usr/share/roundcube/program/lib/Roundcube/bootstrap.php:102). The error is fatal though. It shouldn't be silenced! The current php-pear (1.10.1.*) requires php 7, so I assume pear now only works properly with PHP 7? But roundcube-core explicitly depends on php5 packages (php5-cli, etc). Does roundcube-core work correctly with php 7? If so, package dependencies should be updated. It seems that the current combination cannot possibly work. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.5.0-rc7-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

