]> granicus.if.org Git - php/commitdiff
Sync the default value of --with-odbcver with the hardcoded default for ODBCVER
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 22 Dec 2016 04:46:12 +0000 (05:46 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 22 Dec 2016 04:46:12 +0000 (05:46 +0100)
ext/odbc/config.w32

index b710ccd14b0439c2c09aaa11b56c65981ae317a7..703eab6711797b1005b0e3b78364fec25df9dba2 100644 (file)
@@ -2,7 +2,7 @@
 // vim:ft=javascript
 
 ARG_ENABLE("odbc", "ODBC support", "no");
-ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", "0x0350");
+ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", "0x0300");
 
 if (PHP_ODBC == "yes") {
        if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc")