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
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.
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
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.
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).
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.