Skip to content

Commit

Permalink
Sync the default value of --with-odbcver with the hardcoded default f…
Browse files Browse the repository at this point in the history
…or ODBCVER
  • Loading branch information
KalleZ committed Dec 22, 2016
1 parent 5d7ce72 commit 3428302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/odbc/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3428302

Please sign in to comment.