Server config PHP 7.0 to 7.3

Discussion in 'Installation/Configuration' started by Oitsuki, Aug 9, 2019.

  1. Oitsuki

    Oitsuki Member

    Hello
    I have an additional php version 7.3.x

    My default config is 7.0
    Description Default PHP-Version = Default
    Apache php.ini path = /etc/php/7.0/apache2/php.ini
    CGI php.ini path = /etc/php/7.0/cgi/php.ini
    PHP-FPM init script = php7.0-fpm
    .....

    If I delete my addition version and I change the Default 7.0 by 7.3, IspConfig will continue to works ?
    I saw to perfect tutorial ispconfig works with php 7.3 ?

    Is my website is on addition config, it I delete this, the default is taken or not ?

    Thank you
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    No.
    ISPConfig works with the default PHP version that comes with the OS it is installed on. Other PHP versions are not supported. Usually they do not work.
    I do not know what that question means.
     
  3. Oitsuki

    Oitsuki Member

    SPConfig works with the default PHP version that comes with the OS it is installed on. Other PHP versions are not supported. Usually they do not work.
    In my case I have php 7.0, 7.2 and 7.3 installed on my server
    My default version (config) is 7.0 see above
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    As @Taleman pointed out, ISPConfig expects to find the default PHP version of the OS. If your OS is Debian 9, then the default is PHP 7.0. If your OS is Debian 10, then the default is PHP 7.3.
     
  5. Oitsuki

    Oitsuki Member

    But I upgraded to debian buster, I can change the default setting in php 7.3. Exact
     
  6. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    If you upgraded your server to debian buster, then ISPConfig update should detect it and change it to default php7.3 (though you can also do it manually too but this is not preferred).
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, in this case, chage it to 7.3.

    The ISPConfig updater is not capable to do that(yet). The PHP version is set at install time and not altered later to avoid that custom settings get overwritten.
     
    ahrasis likes this.
  8. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Noted that.
     

Share This Page