]> granicus.if.org Git - php/commitdiff
use a number here, fixes PECL #3493
authorWez Furlong <wez@php.net>
Wed, 16 Feb 2005 18:09:26 +0000 (18:09 +0000)
committerWez Furlong <wez@php.net>
Wed, 16 Feb 2005 18:09:26 +0000 (18:09 +0000)
ext/pdo_dblib/config.w32

index 0a8796199112e7978515ce49ac5f828a3bc62099..1d0a83a207dc70dc3881e67eb292e9b0abbc8241 100755 (executable)
@@ -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;