]> granicus.if.org Git - php/commitdiff
cosmetic fix to default odbcver
authorAnatol Belski <ab@php.net>
Sun, 22 Mar 2015 23:07:09 +0000 (00:07 +0100)
committerAnatol Belski <ab@php.net>
Sun, 22 Mar 2015 23:07:09 +0000 (00:07 +0100)
ext/odbc/config.m4

index 9555efd39d70dbc6bd800cf0ffdeb3e4461813f1..4ca0325dea49702a6f2de56c0bec9fc126ed6917 100644 (file)
@@ -500,7 +500,7 @@ if test "no" != "$PHP_ODBCVER"; then
     AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ])
   fi
 else
-  AC_DEFINE(ODBCVER, 0x300, [ The highest supported ODBC version ])
+  AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ])
 fi