PDA

View Full Version : GD Lib on Win XP


ricardovw
01-18-2003, 09:47 PM
im running php on my win xp computer, however one of my scripts uses, dynamic images, and it doesnt seem to work...

can someone help me by tellin me how to configure it, cuz all the info i find is about apache servers... :(

firepages
01-19-2003, 03:50 AM
which version of PHP & which webserver are you using ??

ricardovw
01-19-2003, 07:30 PM
im running php 4.3 through isapi, and iis v 5.1

firepages
01-20-2003, 01:49 AM
ok then GD should be installed by default , GD is bundled with php4.3.0 so there is no need to load the extension... what errors are you getting ?


save

<?php phpinfo(INFO_MODULES);?>

as test.php or whatever - do you see GD in the list there ?