From: skodak Date: Sun, 17 Dec 2006 22:25:46 +0000 (+0000) Subject: MDL-7941Installation on Windows makes reference to libgd.dll in php.ini X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c44ad6e93e41f5f994c52b2323f4c0e164e05f31;p=moodle.git MDL-7941Installation on Windows makes reference to libgd.dll in php.ini --- diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index cf3547fa07..3627cdcea3 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -182,7 +182,7 @@ $string['gdversionhelp'] = '

Your server does not seem to have GD installed.To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

-

Under Windows you can usually edit php.ini and uncomment the line referencing libgd.dll.

'; +

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['globalsquotes'] = 'Insecure Handling of Globals'; $string['globalsquoteserror'] = 'Fix your PHP settings: disable register_globals and/or enable magic_quotes_gpc'; $string['globalsquoteshelp'] = '

Combination of disabled Magic Quotes GPC and enabled Register Globals both at the same time is not recommended.