mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
MySQLi driver: sets mysqli_report(MYSQLI_REPORT_OFF)
This commit is contained in:
@@ -71,6 +71,7 @@ class DibiMySqliDriver extends DibiObject implements IDibiDriver, IDibiReflector
|
||||
$foo = & $config['options'];
|
||||
$foo = & $config['database'];
|
||||
|
||||
mysqli_report(MYSQLI_REPORT_OFF);
|
||||
if (isset($config['resource'])) {
|
||||
$this->connection = $config['resource'];
|
||||
|
||||
|
Reference in New Issue
Block a user