Closed glensc closed 11 months ago
ext-gd can be compiled without libjpeg support as well.
ext-gd
in fact, docker-php-ext-install gd in docker image does that unless reconfigured to use jpeg:
docker-php-ext-install gd
docker-php-ext-configure gd --with-jpeg docker-php-ext-install gd
this MR adds a check not to fail with fatal error, but throw an exception
ext-gd
can be compiled without libjpeg support as well.in fact,
docker-php-ext-install gd
in docker image does that unless reconfigured to use jpeg:this MR adds a check not to fail with fatal error, but throw an exception