diff options
| author | Anatol Belski <ab@php.net> | 2015-02-06 19:59:14 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-02-06 19:59:14 +0100 |
| commit | 9bf95d82911dc7028c624494e9ac914f615f66ed (patch) | |
| tree | b69b4552fddcababad006e9f51615fea8570d342 /ext | |
| parent | f4319a4f73dbbd17fe58ea9e5eca360ba8c49c10 (diff) | |
| download | php-git-9bf95d82911dc7028c624494e9ac914f615f66ed.tar.gz | |
fix setting default ODBCVER value in config.w32
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/odbc/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.w32 b/ext/odbc/config.w32 index 70a541f83b..9e969852c2 100644 --- a/ext/odbc/config.w32 +++ b/ext/odbc/config.w32 @@ -2,7 +2,7 @@ // vim:ft=javascript ARG_ENABLE("odbc", "ODBC support", "yes"); -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."); +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") { if (CHECK_LIB("odbc32.lib", "odbc") && CHECK_LIB("odbccp32.lib", "odbc") |
