View Single Post
Old 06-04-2008, 05:38 PM   #15 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

PHP Code:
<?php phpinfo() ?>
Put that in a file and open it in your browser. Check the first table that comes up for "Configure Command" and see if it says --with-gd anywhere in that string (most likely --with-gd=shared). You can also scroll down and look for the 'gd' configuration table (should be after ftp and before hash), and check that all the options are enabled and not disabled for some reason.
-m

edit: To make sure the dll is there, it should be in your path\to\PHP\ext\ folder, named php_gd2.dll
delayedinsanity is offline  
Reply With Quote