Deprecation: #95317 - Legacy syntax for IRRE localize synchronize command in DataHandler
See forge#95317
Description
The \TYPO3\
command inline
now
triggers a PHP E_
error if the incoming command payload is sent
as comma-separated list rather than an array.
The array allows to synchronize/localize multiple values at once, which is preferred since TYPO3 v7.6, and used in TYPO3 properly since then.
Impact
Calling DataHandler process_
with an incoming
command for inline
with a payload
of comma-separated values will trigger a PHP E_
error.
Affected Installations
TYPO3 installations with custom code related to DataHandler
and modifying the inline
command,
which is highly unlikely. This only affects special
handling of inline configuration fields.
Migration
See changelog for further information on how to migrate your incoming DataHandler command.