I have php 4.3.10 installed on WinXP/IIS. I am able to run php without any problems but now I am wanting to explore using the GD Library.
I uncommented 'extension=php_gd2.dll' from the php.ini file but when I run php I get the error:
"PHP Warning: Unknown(): Unable to load dynamic library './php_gd2.dll' - The specified module could not be found."
I have already made sure all the dll files from my php directory are copied over to windows/system32. What am I missing?