From 4b9362d347143eb0d23229427b98e62504a8c64e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 4 Jul 2016 16:48:59 +0200 Subject: [PATCH] Increase ODBCVER to 3.5 by default --- ext/odbc/config.m4 | 4 ++-- 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") -- 2.40.0