Breaking: #72602 - Removed unzip functionality
See forge#72602
Description
The legacy functionality to unzip files from outside the document root has been removed.
Additionally, the corresponding option $TYPO3_
and
the class member Extended
have been removed as well.
Legacy methods from the Extbase domain model BackendUser named is
and set
have been removed.
Impact
Calling the entry point File
using unzip action will have no effect anymore.
Using the Extbase domain model methods will result in a fatal PHP error.
Migration
Use a third-party extension to integrate unzip functionality into TYPO3.