Deprecation: #87613 - Deprecate \TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::hex2bin 

See forge#87613

Description 

\TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::hex2bin has been marked as deprecated and will be removed in TYPO3 11.0.

Impact 

Calling \TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::hex2bin will trigger PHP E_USER_DEPRECATED error.

Affected Installations 

All installations that call \TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::hex2bin.

Migration 

Use the native php function hex2bin instead.