Hi,

The GD librarry is included in a DLL on Win32. You need to load the
library from php.ini with extension=php_gd2.dll or from the script with
dl("php_gd2.dll");

You can check the output from phpinfo(); to see if the GD has been
loaded.

- Frank

> Hi,
>  
> Can I find that my php version support gd library, 
> My php version is 4.3.3 and server is IIS 5.0 and I want to configure
it
> for JPGraph.
> Thnx in advanced.
>  
> Faisal
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to