-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
informationIssue still active to avoid duplicate (information about deprecated version, workaround, doc...)Issue still active to avoid duplicate (information about deprecated version, workaround, doc...)
Milestone
Description
Expected Behavior
The extensions I define via the PHP_EXTENSIONS
environment variable should be enabled when the container is started.
Current Behavior
I have the following setting whilst using thecodingmachine/php:8.1-v4-fpm-node14
PHP_EXTENSIONS: gd imap intl msgpack redis pdo_mysql pdo_sqlite tidy
When the container starts, I see at least that pdo_sqlite
and tidy
and intl
are not loaded. I suspect it's all of them.
Steps to Reproduce (for bugs)
I can manually log in to the container and execute phpenmod tidy
and it will enable each extension.
Metadata
Metadata
Assignees
Labels
informationIssue still active to avoid duplicate (information about deprecated version, workaround, doc...)Issue still active to avoid duplicate (information about deprecated version, workaround, doc...)