Skip to content

Commit 3428302

Browse files
committed
Sync the default value of --with-odbcver with the hardcoded default for ODBCVER
1 parent 5d7ce72 commit 3428302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// vim:ft=javascript
33

44
ARG_ENABLE("odbc", "ODBC support", "no");
5-
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");
5+
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");
66

77
if (PHP_ODBC == "yes") {
88
if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc")

0 commit comments

Comments
 (0)