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.
Updated by Richard Haeser about 8 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review about 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49964
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49964
Updated by Christian Kuhn about 7 years ago
- Related to Task #82421: Remove unused configuration settings added
Updated by Christian Kuhn about 7 years ago
- Status changed from Under Review to Closed
Actions