1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +02:00

SqlsrvDriver: php7 compatibility

This commit is contained in:
Mira Paulik
2016-03-20 13:50:10 +01:00
parent 12a07ff6ad
commit bc0578928f

View File

@@ -72,7 +72,7 @@ class SqlsrvDriver implements Dibi\Driver, Dibi\ResultDriver
$this->connection = $config['resource'];
} else {
$options = & $config['options'];
$options = $config['options'];
// Default values
if (!isset($options['CharacterSet'])) {