mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user