1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

fix backslash

This commit is contained in:
Wez Furlong
2005-01-21 00:04:50 +00:00
parent d0427feee4
commit 08fa032b80

View File

@@ -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;
}