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,33 @@
.. include:: /Includes.rst.txt
.. _deprecation-78096:
=====================================================================================
Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects
=====================================================================================
See :issue:`78096`
Description
===========
The method :php:`PageLayoutView::getResult` has been marked as deprecated with the usage of mysqli_result objects as first parameter.
Impact
======
Using the mentioned method with a mysqli_result object will trigger a deprecation log entry.
Affected Installations
======================
Any TYPO3 installation using extensions which call :php:`PageLayoutView::getResult` with mysqli_result objects.
Migration
=========
The extension should migrate to use the Doctrine API for database queries.
.. index:: Backend, Database, PHP-API