Я использую Yii2 с Firebird и довольно старый плагин Yii2 для Firebird https://github.com/edgardmessias/yii2-firebird.
У меня нет ошибок во время выполнения, но Сеанс XDebug завершается:
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
Я пытался попросить не сообщать об ошибках амортизации как в index.php:
Я использую Yii2 с Firebird и довольно старый плагин Yii2 для Firebird https://github.com/edgardmessias/yii2-firebird. У меня нет ошибок во время выполнения, но Сеанс XDebug завершается: [code]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 [/code] Я пытался попросить не сообщать об ошибках амортизации как в index.php: [code]
Я использую Yii2 с Firebird и довольно старый плагин Yii2 для Firebird
У меня нет ошибок во время выполнения, но Сеанс Xdebug завершается:
Deprecated: Return type of edgardmessias\db\firebird\PdoAdapter::beginTransaction($isolationLevel = null)...
Я использую Yii2 с Firebird и довольно старый плагин Yii2 для Firebird
У меня нет ошибок во время выполнения, но Сеанс Xdebug завершается:
Deprecated: Return type of edgardmessias\db\firebird\PdoAdapter::beginTransaction($isolationLevel = null)...
Я получил отчет об ошибке, точнее он устарел:
Deprecated: Creation of dynamic property MyWebSocketUser::$requestedResource is deprecated
код выглядел так:
if (isset($headers )) {
$user->requestedResource = $headers ;
}