Click to See Complete Forum and Search --> : php3_gd.dll


Anon
11-16-2000, 08:32 AM
Hi,

I need to use php3_gd.dll. So, I downloaded it from php.net (it seems to be not included in the PHP4 Win32 binaries. Strange ?!...) with PHP3 Win32 binaries.

I moved the dll to the winnt directory, I enabled the extension in the php.ini and each time I get an error message saying that Windows was not able to load the dll.

Can someone help me ?

Thanks.

Anon
11-17-2000, 01:57 AM
I don't know WinNt well but here is how i do it with my Wins98. Go to this site http://php.weblogs.com/php_gd (thanks david for telling me this site), they have php4_gd.dll ready for download. Download it and put it into your php working directory(where all your others php dll are put together), in my case, php.ini is in the same directory with all the dll files and also the php.exe(there is no need to put php.dll into Win98 system directory, any directory would do fine, for Nt i am not sure). Ok then uncomment ;extension=php_gd.dll (erase the semicolon) in php.ini. That should be it, but if it doesn't work try specified the path of extension_dir(the original is ./ which work fine with my case but do try because maybe we have different configuration). I think that is all i can tell u, please read the notes of http://php.weblogs.com/php_gd also and good luck.