TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,39 @@
.. 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