Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/odbc/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ if test "no" != "$PHP_ODBCVER"; then
AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ])
fi
else
AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ])
AC_DEFINE(ODBCVER, 0x0350, [ The highest supported ODBC version ])
fi

dnl Extension setup
Expand Down