Home
last modified time | relevance | path

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

/PHP-8.1/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.h106 #undef ODBCVER
136 #undef ODBCVER
137 #define ODBCVER 0x0300 macro
253 #if defined(ODBCVER) && (ODBCVER >= 0x0300)
H A Dphp_odbc.c449 #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()
673 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
1429 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in php_odbc_fetch_hash()
1592 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
1826 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
1872 #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 24 milliseconds