Skip to content

Can an extension be configured? #607

Answered by mlocati
jayped007 asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible to configure the extensions (except for a few cases).

BTW please remark that, generally speaking, I tried to enable all the features of the extensions.

For example, for GD we use the following configuration options:

  • for PHP 5.5/5.6:
    --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --enable-gd-native-ttf --with-vpx-dir
  • for PHP 7.0/7.1:
    --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --enable-gd-native-ttf --with-webp-dir
  • for PHP 7.2/7.3:
    --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --with-webp-dir
  • for PHP 7.4/8.0:
    --enable-gd --with-webp -…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jayped007
Comment options

@pawel-srebniak-sirocco
Comment options

Answer selected by mlocati
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants