Home
last modified time | relevance | path

Searched refs:ODBCVER (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/odbc/
H A Dconfig.w324 …ected, default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", …
13 AC_DEFINE("ODBCVER", "0x0350", "The highest supported ODBC version", false);
15 AC_DEFINE("ODBCVER", PHP_ODBCVER, "The highest supported ODBC version", false);
H A Dphp_odbc_includes.h108 #undef ODBCVER
138 #undef ODBCVER
139 #define ODBCVER 0x0300 macro
255 #if defined(ODBCVER) && (ODBCVER >= 0x0300)
H A Dphp_odbc.c777 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_MINIT_FUNCTION()
853 #ifdef ODBCVER in PHP_MINFO_FUNCTION()
854 snprintf(buf, sizeof(buf), "0x%0.4x", ODBCVER); in PHP_MINFO_FUNCTION()
971 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
986 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
999 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
1790 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in php_odbc_fetch_hash()
1954 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
2190 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
2236 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
[all …]
H A Dconfig.m498 default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to
440 AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ]) definition
443 AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ]) definition

Completed in 40 milliseconds