MDL-66262 env: Moodle 3.6.x and 3.7.x do not support PHP 7.4

This commit is contained in:
Eloy Lafuente (stronk7) 2019-09-13 17:41:53 +02:00
parent 1c3efe48f8
commit c2617a2878
3 changed files with 14 additions and 0 deletions

View file

@ -1318,6 +1318,7 @@ $string['unsupportedphpversion7'] = 'PHP version 7 is not supported.';
$string['unsupportedphpversion71'] = 'PHP version 7.1 is not supported.';
$string['unsupportedphpversion72'] = 'PHP version 7.2 is not supported.';
$string['unsupportedphpversion73'] = 'PHP version 7.3 is not supported.';
$string['unsupportedphpversion74'] = 'PHP version 7.4 is not supported.';
$string['unsuspenduser'] = 'Activate user account';
$string['updateaccounts'] = 'Update existing accounts';
$string['updatecomponent'] = 'Update component';