php-gd
Troubles with Docker + PHP7 + GD resulting in “Call to undefined function imagecreatefromjpeg()”
PHP 7.4 (Alpine) If anybody is struggling to enable JPEG support in GD with PHP 7.4, here’s what I had to do in order to be able to use imagecreatefromjpeg() function. My example is based on Alpine 3.10, if you’re using other distribution adjust it to your needs. First install dependencies, in my case beside … Read more
Yosemite / El Capitan php-gd + mcrypt installation
You are right, Yosemite’s built-in PHP comes without PNG and FreeType support. Update 2015/10 for El Captian: With OS X 10.11 El Capitan PNG support is back, but FreeType is still missing. Solution Use the Homebrew package manager to painlessly build and install a complete PHP and replace it in Apache’s config. The whole process … Read more