Page 1 of 1

GD2 and IIS 7

Posted: Mon Mar 30, 2009 1:28 pm
by twizzlermambo
Hi All,

Sorry if this has already been answered, but I couldn't find a solution anywhere.

My problem is that I am trying to load the GD2 library on Windows Server 2003 using IIS 7 and PHP 5.2.8. Here is what I have tried already (rebooting after everything, of course):

-downloaded php_gd2.dll file and placed in extensions folder
-in php.ini, uncommented "extension = php_gd2.dll"

That didn't work. When I check the phpinfo, it doesn't recognize GD exists at all (no section labeled "gd" like there usually is).

I also tried to install the GD2 extension via the Windows Control Panel. That also didn't work.

I then tried to copy the dll file to the Windows\System32 folder. No go.

Does anyone have something else to try? I appreciate any help!

Thanks,

M