mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
82349769b0
commit
07a4f89c49
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ if test "no" != "$PHP_ODBCVER"; then
|
||||||
AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ])
|
AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ])
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ])
|
AC_DEFINE(ODBCVER, 0x0350, [ The highest supported ODBC version ])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Extension setup
|
dnl Extension setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue