How do I enable JPEG Support for PHP?
- by ngache
My Configure Command doesn't say anything about jpg, nor gif/png, but I can see gif/png support in the output of phpinfo().
I built PHP with --with-gd, but only GIF Support and PNG Support are in the output of phpinfo(), how do I enable JPEG Support?