Page 1 of 1

Wie unterdrücke ich die Fehlermeldung „Veraltet“ während einer PHP-Xdebug-Sitzung?

Posted: 14 Jan 2025, 11:46
by Guest
Ich verwende Yii2 mit Firebird und ein ziemlich altes Yii2-Plugin für den Firebird https://github.com/edgardmessias/yii2-firebird.
Ich habe zur Laufzeit keine Fehler, aber Die Xdebug-Sitzung wird beendet mit:

Code: Select all

Deprecated: Return type of edgardmessias\db\firebird\PdoAdapter::beginTransaction($isolationLevel = null)
should either be compatible with PDO::beginTransaction(): bool, or the #[\ReturnTypeWillChange] attribute should be used
to temporarily suppress the notice
Ich habe versucht, Sie darum zu bitten, keine Abschreibungsfehlermeldungen in index.php zu melden: