Description
A list of PHP versions to use as the default ".php" handler when a ".php" handler has not been explicitly set through a script handler or the "Handled suffixes" configuration.
The first available PHP handler, based on this list, will be used.
Syntax
Comma separated list of phpXX versions where XX is the combined major and minor PHP version number.
Example
php74, php73, php72, php71, php70, php56
Tips
All versions from php52 to php56 and php70 to php74 are available.