Deprecation: #83606 - impexp: Size handling removed

See forge#83606

Description

When exporting or importing structures via extension impexp, records and files wrote size information to export files and checked these during import. This functionality has been removed.

Impact

This change has no impact on editors, on PHP level, two class properties have been marked as deprecated:

  • TYPO3\CMS\Impexp\Export->maxRecordSize

  • TYPO3\CMS\Impexp\Export->maxExportSize

Affected Installations

Using these properties in PHP has been deprecated, they will be removed with CMS 10. The extension scanner will find possible usages.

Migration

Don't access these properties anymore, they are ignored.