diff options
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.w32 b/ext/odbc/config.w32 index 8a284e3258..3c238c66de 100644 --- a/ext/odbc/config.w32 +++ b/ext/odbc/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("odbc", "ODBC support", "yes"); +ARG_ENABLE("odbc", "ODBC support", "no"); 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"); if (PHP_ODBC == "yes") { |