Skip to content

Commit 9bf95d8

Browse files
committed
fix setting default ODBCVER value in config.w32
1 parent f4319a4 commit 9bf95d8

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", "yes");
5-
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.");
5+
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");
66

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

0 commit comments

Comments
 (0)