MDL-80819 install: halt any install if php min version is not met
commit2f66e18672cf6428c156800aefc64d46f0a16c00
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 2 Feb 2024 17:43:35 +0000 (2 18:43 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 23 Feb 2024 10:08:08 +0000 (23 11:08 +0100)
tree9314016c87151b7578ea946542ea01592cfd4a5b
parente567c21d6edb902e652fcbf1aaf4a49a82579f84
MDL-80819 install: halt any install if php min version is not met

Apart from environmental stuff, the moodle_minimum_php_version_is_met()
function is executed by all installs (web, cli, database, ...)
and halts any installation (early) not meeting the PHP constraints.
lib/phpminimumversionlib.php