Skip to content

Commit 07a4f89

Browse files
authored
Sync ODBC version (#12922)
When passing `--without-odbcver` or `--with-odbcver=no` to configure, the ODBC version has been designed to be highest supported version (0x0350). This syncs the behavior with the Windows build system.
1 parent 8234976 commit 07a4f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ if test "no" != "$PHP_ODBCVER"; then
439439
AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ])
440440
fi
441441
else
442-
AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ])
442+
AC_DEFINE(ODBCVER, 0x0350, [ The highest supported ODBC version ])
443443
fi
444444

445445
dnl Extension setup

0 commit comments

Comments
 (0)