1
0
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:
David Grudl
2010-07-21 00:15:16 +02:00
parent 8c99f0c04d
commit 739994dac6

View File

@@ -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'];