From: skodak Date: Tue, 30 May 2006 09:50:23 +0000 (+0000) Subject: blacklist PHP 5.0.x in installation precheck; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2a0824b4a3dd9c1a3fb99ab983d0db4c63a3c6b2;p=moodle.git blacklist PHP 5.0.x in installation precheck; merged from MOODLE_16_STABLE --- diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index 24f76ee05a..83e271a0f7 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -194,10 +194,11 @@ $string['memorylimithelp'] = '

The PHP memory limit for your server is current $string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.'; $string['pass'] = 'Pass'; $string['phpversion'] = 'PHP version'; -$string['phpversionerror'] = 'PHP version must be at least 4.1.0'; -$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.1.0.

+$string['phpversionerror'] = 'PHP version must be at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).'; +$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!

'; +

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['safemode'] = 'Safe Mode'; $string['safemodeerror'] = 'Moodle may have trouble with safe mode on'; $string['safemodehelp'] = '

Moodle may have a variety of problems with safe mode on, not least is that