Files
cms-core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst
T

40 lines
910 B
ReStructuredText

.. include:: /Includes.rst.txt
.. _deprecation-65381:
==========================================================================
Deprecation: #65381 - Deprecate DataHandler property "stripslashes_values"
==========================================================================
See :issue:`65381`
Description
===========
The DataHandler property `stripslashes_values` has been marked as deprecated.
Impact
======
A deprecation message is logged for every time DataHandler processes data if this property
is set to TRUE.
Affected installations
======================
All installations or extensions relying on the DataHandler property `stripslashes_values`.
Migration
=========
Set the `stripslashes_values` property to FALSE and apply `stripslashes()` in the code that
prepares the data if it was expected that DataHandler stripped the slashes from incoming
data.
.. index:: PHP-API, Backend