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,42 @@
.. include:: /Includes.rst.txt
.. _deprecation-68128:
==========================================================
Deprecation: #68128 - GeneralUtility slash-related methods
==========================================================
See :issue:`68128`
Description
===========
The following methods within `GeneralUtility` used to add or remove slashes
have been marked as deprecated.
.. code-block:: php
GeneralUtility::addSlashesOnArray()
GeneralUtility::stripSlashesOnArray()
GeneralUtility::slashArray()
Impact
======
Any usage of these methods will trigger a deprecation log entry.
Affected Installations
======================
Extensions that call these PHP methods directly.
Migration
=========
Remove usage of these methods from custom extensions.
.. index:: PHP-API