Breaking: #77184 - Various TSFE properties removed
See forge#77184
Description
The following public properties of the PHP class
Typo have been removed.
TYPO3_CONF_ VARS defaultBody Tag clientInfo
Additionally, the first parameter of the
Typo constructor has no effect anymore and can be set
to null.
Impact
Accessing or setting the properties will throw a PHP warning and have no effect anymore.
Affected Installations
Any installation working with the public property in a third-party extension or instantiating the TSFE object itself.
Migration
For any calls to
$GLOBALS the global array
$GLOBALS should be used.
For the property
default the according TypoScript settings can be used to override the
body tag or the page title.
The information previously stored in the clientInfo property can be fetched via
General.