Files
cms-core/Documentation/Changelog/9.4/Deprecation-85760-GeneralUtilityunQuoteFilenames.rst
T

35 lines
655 B
ReStructuredText

.. include:: /Includes.rst.txt
.. _deprecation-85760:
======================================================
Deprecation: #85760 - GeneralUtility::unQuoteFilenames
======================================================
See :issue:`85760`
Description
===========
The method :php:`GeneralUtility::unQuoteFilenames()` has been marked as deprecated and will be removed in TYPO3 v10.
Impact
======
Calling the mentioned method will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Third party code which accesses the method.
Migration
=========
No migration available.
.. index:: PHP-API, FullyScanned