-
I'll just leave this here, in case someone run into the same problem as i did. Case :
Solution : Dont map the volume and add the custom ini files by copy Example
Now the ini files enabling the extensions will be all active on running php configuration. hope it will help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yep, that's the standard behavior for docker images: you shouldn't map a folder that may break the state (in this specific case: the PHP extensions enabled in INI the files in the |
Beta Was this translation helpful? Give feedback.
Yep, that's the standard behavior for docker images: you shouldn't map a folder that may break the state (in this specific case: the PHP extensions enabled in INI the files in the
"$PHP_INI_DIR/conf.d"
directory should refer to existing .so files in the"$(php-config --extension-dir)"
directory.