For PHPSwitcher and latest PHP versions modify
/var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/php_compiler.pl as follow:
Code
- 70,71c70,71
- < '7.1' => '7.1.33', # End of life: 01 December 2019
- < '7.2' => '7.2.30', # End of life: 30 November 2020
- ---
- > '7.1' => '7.1.33', # End of life: 01 December 2019 - Reached
- > '7.2' => '7.2.30', # End of life: 30 November 2020 - Reached
- 73c73,74
- < '7.4' => '7.4.5' # End of life: 28 November 2022
- ---
- > '7.4' => '7.4.5', # End of life: 28 November 2022
- > '8.0' => '8.0.1' # End of life: 26 November 2023
Edit: Creating PHP 8.0 binaries does not yet work. Need to also change /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/Makefile but could not yet figur out the the right settings.