]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7941Installation on Windows makes reference to libgd.dll in php.ini
authorskodak <skodak>
Sun, 17 Dec 2006 22:25:46 +0000 (22:25 +0000)
committerskodak <skodak>
Sun, 17 Dec 2006 22:25:46 +0000 (22:25 +0000)
lang/en_utf8/install.php

index cf3547fa07b0b02bca514dd1fadf15667302e443..3627cdcea32cd59a9881bd5603fbbe3aa42efa2f 100644 (file)
@@ -182,7 +182,7 @@ $string['gdversionhelp'] = '<p>Your server does not seem to have GD installed.</
 
 <p>To add GD to PHP under Unix, compile PHP using the --with-gd parameter.</p>
 
-<p>Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.</p>';
+<p>Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.</p>';
 $string['globalsquotes'] = 'Insecure Handling of Globals';
 $string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc';
 $string['globalsquoteshelp'] = '<p>Combination of disabled Magic Quotes GPC and enabled Register Globals both at the same time is not recommended.</p>