Important: #81568 - Migrate cHash configuration
See forge#81568
Description
All cHash-related configuration options have been previously migrated on every TYPO3 request into an array-structured form.
The following cHash-related configuration entries below have been migrated:
$TYPO3_
is now an array instead of a comma-separated list, and migrated toCONF_ VARS ['FE'] ['c Hash Excluded Parameters'] $TYPO3_
CONF_ VARS ['FE'] ['cache Hash'] ['excluded Parameters'] $TYPO3_
is now an array instead of a comma-separated list, and migrated toCONF_ VARS ['FE'] ['c Hash Only For Parameters'] $TYPO3_
CONF_ VARS ['FE'] ['cache Hash'] ['cached Parameters White List'] $TYPO3_
is now an array instead of a comma-separated list, and migrated toCONF_ VARS ['FE'] ['c Hash Required Parameters'] $TYPO3_
CONF_ VARS ['FE'] ['cache Hash'] ['require Cache Hash Presence Parameters'] -
$TYPO3_
CONF_ VARS ['FE'] ['c Hash Excluded Parameters If Empty'] - If the old value was
*
, the following parameter is now set to true to the option$TYPO3_
CONF_ VARS ['FE'] ['cache Hash'] ['exclude All Empty Parameters'] - If the old values were a comma-separated list, they are now migrated as an array to
$TYPO3_
CONF_ VARS ['FE'] ['cache Hash'] ['excluded Parameters If Empty']
- If the old value was
These values are now migrated as a "silent upgrade wizard" via the Install Tool to the format that TYPO3 uses internally since several versions.
Impact
Any values set in Local
are migrated automatically. If any of the options were
overridden in Additional
these need to be adapted manually.
Changes within extensions are not affected.