Skip to content
Snippets Groups Projects
Commit 607d4a2f authored by Christian Kuhn's avatar Christian Kuhn Committed by Benni Mack
Browse files

[TASK] Deprecate ext_emconf.php clearCacheOnLoad

There is little point in not clearing all caches
when extensions are loaded / unloaded using
the extension manager. It's easier for extension
developers to rely on all caches being cleared,
it's one thing less to think about.

The patch deprecates the clearCacheOnLoad and
clearcacheonload array key in ext_emconf.php
and removes the handling in extension manager.

Resolves: #99019
Releases: main
Change-Id: Id6ff3db02e2ff82813534e1d2a40cbfac0013b8c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76474


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 25ae22a0
Branches
Tags
No related merge requests found
Showing
with 46 additions and 43 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment