Actions
Bug #93767
closedUse correct type for cache compression setting in install tool
Start date:
2021-03-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The DatabaseCachePreset must set options/compression to `true` instead of 1.
This is necessary because the option is of type boolean in the backend code.
This fails hard if the backend is validating the option, like the Redis backend does.
Actions