mlocati / docker-php-extension-installer

Easily install PHP extensions in Docker containers
MIT License
4.33k stars 388 forks source link

Clarify IPE_GD_WITHOUTAVIF behavior #986

Closed akettmann-id closed 1 month ago

akettmann-id commented 1 month ago

Ref: https://github.com/mlocati/docker-php-extension-installer/pull/884

Right now for Debian 12 the envvar IPE_GD_WITHOUTAVIF is ignored. Adding this to the description will save people from having to find it out on their own.

mlocati commented 1 month ago

The - in the sentence You can disable AVIF support by setting this environment variable on Debian 11- means "on debian 11 and previous versions".

But yes, it's rather cryptic...

mlocati commented 1 month ago

Superseded by #987