From c44ad6e93e41f5f994c52b2323f4c0e164e05f31 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 17 Dec 2006 22:25:46 +0000 Subject: [PATCH] MDL-7941Installation on Windows makes reference to libgd.dll in php.ini --- lang/en_utf8/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.39.5