mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-66262 env: Moodle 3.6.x and 3.7.x do not support PHP 7.4
This commit is contained in:
parent
1c3efe48f8
commit
c2617a2878
3 changed files with 14 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue