Deprecation: #99019 - Deprecated ext_emconf.php clearCacheOnLoad
See forge#99019
Description
The array keys clear
and clearcacheonload
in extension's ext_
files have been deprecated and
can be removed.
When loading or unloading extensions using the extension manager, all caches are always cleared.
Impact
When loading or unloading extensions using the extension manager, all
caches are flushed, regardless of the boolean toggle in ext_
.
Affected installations
Instances with extensions ext_
files setting clear
or clearcacheonload
.
Migration
Simply drop this key from ext_
. Extensions with this toggle set
to true that want to keep compatibility with both TYPO3 v11 and v12 should keep
the setting until v11 compatibility is dropped from the extensions.