fbsd wrote:
How do I add imagecreate command support to PHP5??
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Firstly, you lookup the function on php.net and see what it depends on.
In this case, imagecreate depends on GD. So, this means you have to
install the graphics/php5-gd port.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"