-
Is it possible to configure an extension as part of the install of that extension, for example I have a case where the following configuration was used prior to install of the extension:
If not, is it then necessary to separately perform this for specific extensions that you want to configure? Is there any example of doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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:
|
Beta Was this translation helpful? Give feedback.
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:
--with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --enable-gd-native-ttf --with-vpx-dir
--with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --enable-gd-native-ttf --with-webp-dir
--with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --with-webp-dir
--enable-gd --with-webp -…