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,35 @@
.. include:: /Includes.rst.txt
.. _deprecation-83121:
===========================================================
Deprecation: #83121 - Logging method DataHandler->newlog2()
===========================================================
See :issue:`83121`
Description
===========
The PHP method :php:`DataHandler->newlog2()` within DataHandler, TYPO3's core persistence API,
has been marked as deprecated.
Impact
======
Calling this method in PHP will trigger a deprecation warning.
Affected Installations
======================
Custom extensions calling DataHandler and using the method above directly in PHP.
Migration
=========
Use DataHandlers' :php:`log()` functionality or the TYPO3 Logging API for logging.
.. index:: PHP-API, Backend, FullyScanned