]> granicus.if.org Git - php/commitdiff
force ext/odbc to be shared in snapshot build
authorAnatol Belski <ab@php.net>
Tue, 31 Mar 2015 09:25:12 +0000 (11:25 +0200)
committerAnatol Belski <ab@php.net>
Tue, 31 Mar 2015 10:54:10 +0000 (12:54 +0200)
ext/odbc/config.w32

index 8a284e325894e59ff1320b8427188659af4e5810..3c238c66dededa070db336d56e025e2683e0e11f 100644 (file)
@@ -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") {