[Solved] U16 multi-php (7*) php-cgi missing for some versions

Discussion in 'HOWTO-Related Questions' started by Nap, Mar 8, 2020.

  1. Nap

    Nap Member

    [Ubuntu 16.04.6 LTS, Apache2]

    I have a number of php versions installed on my server, 5.6, 7.0, 7.1, 7.2, and 7.4. However, only 5.6, 7.0 and 7.1 have php-cgi binaries.
    My Joomla install is complaining that 7.1 is obsolete and recommends 7.2. I have already added 'ppa: ondrej/php' and 'ppa: ondrej/apache2' to my sources.list.

    How/where can I get php-cgi7.2 and php-cgi7.4 without building them from source?
     
    Last edited: Mar 8, 2020
  2. Nap

    Nap Member

    I didn't install all the required packages.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Just as suggestion: when changing PHP version anyway for a site, consider to change the site to php-fpm mode as that's the most modern PHP mode. Old modes will get removed step by step, we started with removing suphp and cgi mode but fastcgi will probably get removed in a few years too.
     
  4. Nap

    Nap Member

    Ok, thanks for the tip @till !
     

Share This Page