Deprecation: #94957 - TypoScriptFrontendController->cObjectDepthCounter
See forge#94957
Description
The
Typo
contains a property to prevent endless
recursion of content objects during frontend rendering. With TypoScript
becoming less complex, this check becomes obsolete. To reduce dependencies
between
Typo
and
Content
,
the handling has been removed and property
Typo
has been marked as deprecated.
Impact
If a TypoScript setup somehow manages to create a recursion, PHP will now stop with a fatal PHP nesting level error at some point, instead TYPO3 frontend rendering silently stopping.
Affected Installations
Instances using property
Typo
are affected. That property has been handled mostly internally, this case is unlikely.
The extension scanner will find usages with a weak match.
Migration
Drop usages of property
Typo
,
it is unused within TYPO3 v11.