From: Kalle Sommer Nielsen Date: Thu, 22 Dec 2016 04:46:12 +0000 (+0100) Subject: Sync the default value of --with-odbcver with the hardcoded default for ODBCVER X-Git-Tag: php-7.2.0alpha1~765 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34283026dac6284a30a8cc046e780243c5b504a5;p=php Sync the default value of --with-odbcver with the hardcoded default for ODBCVER --- diff --git a/ext/odbc/config.w32 b/ext/odbc/config.w32 index b710ccd14b..703eab6711 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 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", "0x0350"); +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.", "0x0300"); if (PHP_ODBC == "yes") { if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc")