Best Php stable version

Discussion in 'Installation/Configuration' started by kameleon1er, Jun 28, 2022.

  1. kameleon1er

    kameleon1er Member

    Debian Buster) ISPConfig 3.2 Using for websites (WPress) / mails (postfix)
    I'm still trying to stabilize my system, but I think I still have some errors. I just did a Debian update, and I have several PHP alerts.
    I would like to know which version is the most stable with ispConfig right now? I think it's 7.4. Ma version actuellement activée dans isp est :

    Code:
    OTICE: To enable PHP 7.3 FPM in Apache2 do:
    NOTICE: a2enmod proxy_fcgi setenvif
    NOTICE: a2enconf php7.3-fpm
    NOTICE: You are seeing this message because you have apache2 package installed.
    Processing triggers for php7.0-cgi (7.0.33-60+0~20220627.68+debian10~1.gbp3d361a) ...
    Processing triggers for php7.2-fpm (7.2.34-32+0~20220627.74+debian10~1.gbpc7fa3c) ...
    NOTICE: Not enabling PHP 7.2 FPM by default.
    NOTICE: To enable PHP 7.2 FPM in Apache2 do:
    NOTICE: a2enmod proxy_fcgi setenvif
    NOTICE: a2enconf php7.2-fpm
    NOTICE: You are seeing this message because you have apache2 package installed.
    Processing triggers for libapache2-mod-php7.3 (7.3.33-4+0~20220627.98+debian10~1.gbp40b3e4) ...
    Processing triggers for php7.4-cli (1:7.4.30-3+0~20220627.69+debian10~1.gbpf2b381) ...
    Processing triggers for php7.1-cli (7.1.33-47+0~20220627.68+debian10~1.gbp1fc917) ...
    Processing triggers for php8.1-cli (8.1.7-2+0~20220625.22+debian10~1.gbp4d1949) ...
    Processing triggers for php7.1-cgi (7.1.33-47+0~20220627.68+debian10~1.gbp1fc917) ...
    Processing triggers for php7.1-fpm (7.1.33-47+0~20220627.68+debian10~1.gbp1fc917) ...
    NOTICE: Not enabling PHP 7.1 FPM by default.
    NOTICE: To enable PHP 7.1 FPM in Apache2 do:
    NOTICE: a2enmod proxy_fcgi setenvif
    NOTICE: a2enconf php7.1-fpm
    NOTICE: You are seeing this message because you have apache2 package installed.
    Processing triggers for php7.2-cgi (7.2.34-32+0~20220627.74+debian10~1.gbpc7fa3c) ...
    Processing triggers for libapache2-mod-php8.1 (8.1.7-2+0~20220625.22+debian10~1.gbp4d1949) ...
    Processing triggers for php7.0-fpm (7.0.33-60+0~20220627.68+debian10~1.gbp3d361a) ...
    NOTICE: Not enabling PHP 7.0 FPM by default.
    NOTICE: To enable PHP 7.0 FPM in Apache2 do:
    NOTICE: a2enmod proxy_fcgi setenvif
    NOTICE: a2enconf php7.0-fpm
    NOTICE: You are seeing this message because you have apache2 package installed.
    Processing triggers for php7.4-fpm (1:7.4.30-3+0~20220627.69+debian10~1.gbpf2b381) ...
    NOTICE: Not enabling PHP 7.4 FPM by default.
    NOTICE: To enable PHP 7.4 FPM in Apache2 do:
    NOTICE: a2enmod proxy_fcgi setenvif
    NOTICE: a2enconf php7.4-fpm
    NOTICE: You are seeing this message because you have apache2 package installed.
    Processing triggers for php7.4-cgi (1:7.4.30-3+0~20220627.69+debian10~1.gbpf2b381) ...
    Processing triggers for php8.1-phpdbg (8.1.7-2+0~20220625.22+debian10~1.gbp4d1949) ...
    root@srv-b:/var/log/apache2# php -v
    PHP 7.3.33-4+0~20220627.98+debian10~1.gbp40b3e4 (cli) (built: Jun 27 2022 08:11:59) ( NTS )
    And I don't understand which option to select in the panel > None? Fast-CGI ? Mod PHP ? PHP FPM ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You did not post any errors above, you just posted some notices and notices are NOT errors. So everything is fine and working as it should be according to what you posted. And you even selected the correct PHP default version for Debian 10, which is PHP 7.3, so nothing needs to be changed.

    In your WordPress websites, you should select in website settings the highest PHP version that the WordPress version which you are using supports. But that's not related to ISPConfig or the system's PHP version.

    Today, you should always use php-fpm. the other modes are just old legacy PHP modes and should not be used anymore.
     
    ahrasis likes this.
  3. kameleon1er

    kameleon1er Member

    Ok, got it. I prefer asking. My isp settings is on Fast-CGI now :) . Lot of troubles this days, and still have.
     

Share This Page