I have IIS7.5 running with PHP in FastCGI mode. My php .ini states that the GD library is being looked for, and when I run php-cgi.exe try to run php-cgi.exe to test the installation it says
PHP startup: unable to load dynamic library 'C:\xampp\php\ext\php_gd2.dll' - The specified module could not be found
Yet when I navigate to this directory, the file is most definitely there. Can anyone give me some clues as to why it might not be loading?