-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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.