Breaking: #72342 - Removed deprecated code from GeneralUtility
See forge#72342
Description
The following methods have been removed from General
gif_
png_
read_
modify
modify
is
normalize
format
in
remove
keep
add
strip
slash
remap
array_
array
natural
get
read
quoted_
encode
subst
clean
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use calls to the methods above.
Migration
For gif_
use \TYPO3\
instead.
For png_
use \TYPO3\
instead.
For read_
use \TYPO3\
instead.
For in
use Array
instead.
For remove
use Array
instead.
For keep
use Array
instead.
For remap
use Array
instead.
For array_
use native php '+' operator instead.
For array
use Array
instead.
For natural
use Array
instead.
For get
use General
instead.
For quoted_
use mailer API instead.
For encode
use mailer API instead.
For subst
use mailer API instead.
For clean
use ob_* functions directly or self::