Re: Upgraded to stretch but apache2 still uses php5

2017-12-04 Thread Rick Macdonald
On 04/12/17 04:51 AM, x9p wrote: The downside of upgrading php5 -> php7 is.. some apps can break. Still, there are some workarounds to make them work with php7 (most of cases). check if you have libapache2-mod-php7.0 installed. remove/purge any other previous versions of this package and restart

Re: Upgraded to stretch but apache2 still uses php5

2017-12-04 Thread x9p
The downside of upgrading php5 -> php7 is.. some apps can break. Still, there are some workarounds to make them work with php7 (most of cases). check if you have libapache2-mod-php7.0 installed. remove/purge any other previous versions of this package and restart apache2. after that, check if the

Upgraded to stretch but apache2 still uses php5

2017-12-04 Thread Rick Macdonald
I thought I'd try a better webmail than squirrelmail, so I tried to install roundcube. After many hours I gave up (missing php pdo modules), purged it all, and then tried a non-debian package: rainloop. I spent may hours with it, trying to solve missing php curl modules. What had me going in