Deprecation: #73516 - Various GeneralUtility methods
See forge#73516
Description
The following methods within GeneralUtility have been marked as deprecated:
GeneralUtility::flushOutputBuffers()
GeneralUtility::xmlGetHeaderAttribs()
GeneralUtility::imageMagickCommand()
Copied!
The second and third parameter of General
have been removed as well.
Impact
Calling any of the methods above will trigger a deprecation log entry. Calling General
with the second and third parameter set will also trigger a deprecation log entry.
Affected Installations
Any installation using any third-party extension calling any of these methods.
Migration
For General
use ob_
.
For General
use Command
.