Re: [GD-DEVEL] configuring gd on a windows server
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Jan 18, 2008 7:26 PM, Mike Gallamore <[email protected]> wrote: > Anyways, the prerequisites to get the Gantt chart functionality are: > > > > Gd 2.28 or greater and jpgraph, my problem is I haven't been able to > determine if gd is working or not, all I know is the combined system > isn't working. Any ideas I can try? Thanks. The bundled library is present in all PHP releases. You simply have to enable it in your php.ini (add a line with extension=php_gd2.dll or uncomment the existing) and be sure that the extension_dir is set correctly. The name of the extension is php_gd.dll or php_gd2.dll (not sure right now :) Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org