hi

copy the php_gd.dll  into the extentions sub-directory where you installed
php (you should already have a load of other .dlls in there too)

change the extension_dir in php.ini to point to that sub-directory.

for example :
extension_dir = D:\Apache\php4\extensions\

that should do it.

regards


girish

----- Original Message -----
From: "Neil Freeman" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Wednesday, September 19, 2001 10:21 AM
Subject: [PHP] Problem installing GD on windows


> Hi there,
>
> I have downloaded the windows version of GD (php_gd.dll) as I wish to
> use it's various image functions. I have edited my PHP.INI file in
> C:\WINNT and uncommented the line:
>
> extension=php_gd.dll
>
> Where is a suitable location for this .dll file? And what should I set
> this PHP.INI line to?
>
> extension_dir = ./
>
> Any help would be greatly appreciated.
>
> Neil
> --------------------------------
>  Email:  [EMAIL PROTECTED]
>          [EMAIL PROTECTED]
> --------------------------------
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to