Skip to content

Warning about already loaded extensions #7

@jeroenvdgulik

Description

@jeroenvdgulik

I've had the same issues in my own build but it seems to now have surfaced in this docker build. When you load certain php modules, it complains about the module already being loaded.

Output:

Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
PHP Warning: Module 'bcmath' already loaded in Unknown on line 0
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache
PHP Warning: Module 'bcmath' already loaded in Unknown on line 0

// Clearing the cache for the test environment with debug
// true

[OK] Cache for the "test" environment (debug=true) was successfully cleared.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets
PHP Warning: Module 'bcmath' already loaded in Unknown on line 0

This is a regression since my last PR, where we introduced bcmath. It is not a showstopper, and everything works as planned, I'm just curious where it comes from.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions