summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-23 00:07:09 +0100
committerAnatol Belski <ab@php.net>2015-03-23 00:07:09 +0100
commita759c40872a7287a5bef0e54b068695404566c88 (patch)
treebc07ecf41968266c1aaac07d8dd16331fc131956
parentd33636f764f3cb7bdcda78635e8bf86a8ec5d841 (diff)
downloadphp-git-a759c40872a7287a5bef0e54b068695404566c88.tar.gz
cosmetic fix to default odbcver
-rw-r--r--ext/odbc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 9555efd39d..4ca0325dea 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -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