diff --git a/lang/en/install.php b/lang/en/install.php index 53862985934..9e460dc6c4f 100644 --- a/lang/en/install.php +++ b/lang/en/install.php @@ -217,10 +217,9 @@ $string['pathswrongadmindir'] = 'Admin directory does not exist'; $string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.'; $string['phpextension'] = '{$a} PHP extension'; $string['phpversion'] = 'PHP version'; -$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).

-

You are currently running version {$a}

-

You must upgrade PHP or move to a host with a newer version of PHP!
-(In case of 5.0.x you could also downgrade to 4.4.x version)

'; +$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 5.4.4 (7.0.x has some engine limitations).

+

You are currently running version {$a}.

+

You must upgrade PHP or move to a host with a newer version of PHP.

'; $string['releasenoteslink'] = 'For information about this version of Moodle, please see the release notes at {$a}'; $string['safemode'] = 'Safe mode'; $string['safemodeerror'] = 'Moodle may have trouble with safe mode on';