From b13df7327fb61f4fd617022c67ee1f2ba4e66761 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 31 Mar 2015 11:25:12 +0200 Subject: [PATCH] force ext/odbc to be shared in snapshot build --- ext/odbc/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.40.0