Skip to content

PHP8.1 Fat image does not enable extensions #279

@benr77

Description

@benr77

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

No one assigned

    Labels

    informationIssue still active to avoid duplicate (information about deprecated version, workaround, doc...)

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions