Deprecation: #80583 - TYPO3_CONF_VARS_extensionAdded
See forge#80583
Description
The global array
$GLOBALS
has been deprecated along with the method
Extension
Impact
Using method
append
throws a deprecation warning and accessing
$GLOBALS
will stop working with core version 9.
Affected Installations
Extensions using
$GLOBALS
or method
append
Migration
Access
$GLOBALS
directly.