diff options
author | Anatol Belski <ab@php.net> | 2015-03-31 11:25:12 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-31 12:54:10 +0200 |
commit | b13df7327fb61f4fd617022c67ee1f2ba4e66761 (patch) | |
tree | af6c5816f05108c3fbe1a805763f147e075af280 /ext/odbc/config.w32 | |
parent | e8672deefc9e7fdddff0444b0bfce3e5e20b163e (diff) | |
download | php-git-b13df7327fb61f4fd617022c67ee1f2ba4e66761.tar.gz |
force ext/odbc to be shared in snapshot build
Diffstat (limited to 'ext/odbc/config.w32')
-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") { |