TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+33
@@ -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
|
||||
Reference in New Issue
Block a user