Deprecation: #95367 - GeneralUtility::isAbsPath()
See forge#95367
Description
The low-level TYPO3 API method
TYPO3\
has been marked as deprecated.
Impact
Calling the method in your own PHP code will trigger a PHP E_
error.
Affected Installations
TYPO3 installations with custom extensions calling this PHP method are affected. You can check if you are affected via the Extension Scanner tool provided in the Install Tool.
Migration
Replace any calls to General
with
the exact equivalent TYPO3\
which checks for the same input.