Hi,
I´m getting a error:
Unable to load dynamic libray c:\winnt\system32\php_gd.dll' - The specified module could not be found.
But the module (php_gd.dll) is on the 2 possibles folders:
d:\php(php installed directory)
c:\winnt\system32
But it still getting this error.
My extension_dir (php.ini) is set to
extension_dir = c:/winnt/system32/
What do I have to do to load this library??
Using WinNT, IIS4.0, PHP4.0.6
Thanks!