phpmyadmin/libraries/classes/Dbal
Maurício Meneghini Fauth 97157b627c
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
Uses E_USER_WARNING instead if PHP >= 8.4. These trigger_error calls
should be replaced with other alternatives in the master branch.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-08-18 13:21:02 -03:00
..
DatabaseName.php
DbalInterface.php Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands (#19153) 2024-10-23 23:07:55 -03:00
DbiExtension.php
DbiMysqli.php Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation 2025-08-18 13:21:02 -03:00
MysqliResult.php Use Psalm annotation for ResultInterface::getIterator 2022-09-19 23:14:06 -03:00
ResultInterface.php Use Psalm annotation for ResultInterface::getIterator 2022-09-19 23:14:06 -03:00
TableName.php
Warning.php