imagecreate command & PHP5

Daniel A. alive at dienub.org
Tue May 16 07:00:58 PDT 2006


fbsd wrote:
> How do I add imagecreate command support to PHP5??
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
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.


More information about the freebsd-questions mailing list