php_gd2.dll in windows server
Hello all,I'm trying to enable the GD Library so that I can manipulate image size. I'm running on Windows
Server 2003 IIS with PHP Version 4.3.1. So, I'm guessing that GD
library is already installed but not enabled. I've tried removing the
";" before the "extension=php_gd2.dll" in php.ini, but all that seems to
do is freeze up my php pages, even phpinfo() is not working.
I've looked around the net but haven't found anything to help me with my
problem as of yet. Many thanks for the advice.