|
RE: extension=php3_gd.dll
I used to have the same problem and couldn't fix it. But the way I managed to do so is to declare the directory for loadable extension which is normally in php3(if you have different name, u better change it to suit yours). It seems to me that you can't load up extension automatically.
in php3.ini
extension_dir = c:\php3 ; directory in which the loadable extensions (modules) reside
If you can't do that, try to locate the old version of gd.dll.
|