From: Wez Furlong Date: Wed, 16 Feb 2005 18:09:26 +0000 (+0000) Subject: use a number here, fixes PECL #3493 X-Git-Tag: RELEASE_0_2_4~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7215b2b8fbd63b84b83b72c8601e3cbde812f965;p=php use a number here, fixes PECL #3493 --- diff --git a/ext/pdo_dblib/config.w32 b/ext/pdo_dblib/config.w32 index 0a87961991..1d0a83a207 100755 --- a/ext/pdo_dblib/config.w32 +++ b/ext/pdo_dblib/config.w32 @@ -46,7 +46,7 @@ if (PHP_PDO_MSSQL != "no") { pdo_mssql_locations[i] + "\\DevTools\\Include", null, null, true)) { if (pdo_mssql_locations[i] == 'yes') { - PDO_DBLIB_FLAVOUR = 'UNKNOWN'; + PDO_DBLIB_FLAVOUR = 70; } else { pdo_mssql_locations[i].match(new RegExp("(\\d)")); PDO_DBLIB_FLAVOUR = RegExp.$1 + 0;