diff options
-rw-r--r-- | ext/odbc/config.m4 | 4 | ||||
-rw-r--r-- | ext/odbc/config.w32 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 5aa7efa376..ecee15fd1c 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -101,8 +101,8 @@ dnl configure options dnl PHP_ARG_WITH(odbcver,, -[ --with-odbcver[=HEX] 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) +[ --with-odbcver[=HEX] 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 test -z "$ODBC_TYPE"; then PHP_ARG_WITH(adabas,, 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") |