]> granicus.if.org Git - php/commitdiff
Increase ODBCVER to 3.5 by default
authorAnatol Belski <ab@php.net>
Mon, 4 Jul 2016 14:48:59 +0000 (16:48 +0200)
committerAnatol Belski <ab@php.net>
Mon, 4 Jul 2016 14:48:59 +0000 (16:48 +0200)
ext/odbc/config.m4
ext/odbc/config.w32

index 5aa7efa376dfe9d759901c39a69c5cd22e57292c..ecee15fd1cdee9dadc323c1e20494e25a6bb8c19 100644 (file)
@@ -101,8 +101,8 @@ dnl configure options
 dnl
 
 PHP_ARG_WITH(odbcver,,
-[  --with-odbcver[=HEX]      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)
+[  --with-odbcver[=HEX]      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)
 
 if test -z "$ODBC_TYPE"; then
 PHP_ARG_WITH(adabas,,
index 3c238c66dededa070db336d56e025e2683e0e11f..b710ccd14b0439c2c09aaa11b56c65981ae317a7 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 0x0300. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", "0x0300");
+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");
 
 if (PHP_ODBC == "yes") {
        if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc")