Actions
Bug #77979
closedSetting [SYS][dbClientCompress] resolves in an error
Start date:
2016-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In the install-tool it is possible to set [SYS][dbClientCompress]
but after enabling it, and going back to the install-tool again, this option is migrated by the SilentConfigurationUpgradeService
. This service sets [DB][Connections][Default][driverOptions]
to true
, but in Doctrine\DBAL\Driver\Mysqli\Driver::connect()
the argument for driverOptions should be an array and not a boolean.
Actions