I seem to remember reading somewhere that GD2 was now included with PHP5 but I cant find any reference to it on the PHP website, nor can I find instructions on how to ensure PHP5 has GD2 enabled.
Does the default source download include GD2 and is it automatically enabled when I install it or do I need to add an option to the configure command?
Thanks
I'm on a Unix system as you've probably guessed.
JohnCanyon
12:25 am on Feb 16, 2005 (gmt 0)
you can always do a phpinfo();
That should tell what is configured.
coopster
12:34 am on Feb 16, 2005 (gmt 0)
but I cant find any reference to it on the PHP website