summaryrefslogtreecommitdiff
path: root/ext/odbc/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/config.w32')
-rw-r--r--ext/odbc/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.w32 b/ext/odbc/config.w32
index 3c238c66de..b710ccd14b 100644
--- a/ext/odbc/config.w32
+++ b/ext/odbc/config.w32
@@ -2,7 +2,7 @@
// vim:ft=javascript
ARG_ENABLE("odbc", "ODBC support", "no");
-ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0x0300. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", "0x0300");
+ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", "0x0350");
if (PHP_ODBC == "yes") {
if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc")