Searched refs:ODBCVER (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/odbc/ |
H A D | config.w32 | 4 …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 D | php_odbc_includes.h | 106 #undef ODBCVER 136 #undef ODBCVER 137 #define ODBCVER 0x0300 macro 253 #if defined(ODBCVER) && (ODBCVER >= 0x0300)
|
H A D | php_odbc.c | 449 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_MINIT_FUNCTION() 525 #ifdef ODBCVER in PHP_MINFO_FUNCTION() 526 snprintf(buf, sizeof(buf), "0x%.4x", ODBCVER); in PHP_MINFO_FUNCTION() 643 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols() 658 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols() 671 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols() 1423 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in php_odbc_fetch_hash() 1584 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION() 1815 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION() 1861 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION() [all …]
|
H A D | config.m4 | 98 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 14 milliseconds