diff options
Diffstat (limited to 'ext/pdo_dblib/config.w32')
| -rwxr-xr-x | ext/pdo_dblib/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_dblib/config.w32 b/ext/pdo_dblib/config.w32 index 14cbb68f1a..e7bd5a42e9 100755 --- a/ext/pdo_dblib/config.w32 +++ b/ext/pdo_dblib/config.w32 @@ -40,7 +40,7 @@ if (PHP_PDO_MSSQL != "no") { /* smells like FreeTDS (or maybe native sybase dblib) */ PDO_DBLIB_FLAVOUR = "freetds"; } else { - + for (i = 0; i < pdo_mssql_locations.length; i++) { if (CHECK_LIB("ntwdblib.lib", "pdo_mssql", pdo_mssql_locations[i] + "\\DevTools\\Lib") && |
