summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo_dblib/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_dblib/config.w32 b/ext/pdo_dblib/config.w32
index 7a543eeb57..1ebdaf637a 100755
--- a/ext/pdo_dblib/config.w32
+++ b/ext/pdo_dblib/config.w32
@@ -45,7 +45,7 @@ if (PHP_PDO_MSSQL != "no") {
CHECK_HEADER_ADD_INCLUDE("sqlfront.h", "CFLAGS_PDO_MSSQL",
pdo_mssql_locations[i] + "\\DevTools\\Include",
null, null, true)) {
- pdo_mssql_locations[i].match(new RegExp("(\d)"));
+ pdo_mssql_locations[i].match(new RegExp("(\\d)"));
PDO_DBLIB_FLAVOUR = RegExp.$1 + 0;
break;
}