Home
last modified time | relevance | path

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

/PHP-7.2/ext/odbc/
H A Dconfig.w325 …ected, default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined.", …
14 AC_DEFINE("ODBCVER", "0x0350", "The highest supported ODBC version", false);
16 AC_DEFINE("ODBCVER", PHP_ODBCVER, "The highest supported ODBC version", false);
H A Dphp_odbc_includes.h112 #undef ODBCVER
173 #undef ODBCVER
174 #define ODBCVER 0x0300 macro
290 #if defined(ODBCVER) && (ODBCVER >= 0x0300)
H A Dphp_odbc.c784 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_MINIT_FUNCTION()
860 #ifdef ODBCVER in PHP_MINFO_FUNCTION()
861 snprintf(buf, sizeof(buf), "0x%0.4x", ODBCVER); in PHP_MINFO_FUNCTION()
977 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
992 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
1002 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in odbc_bindcols()
1793 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in php_odbc_fetch_hash()
1946 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
2172 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
2213 #if defined(ODBCVER) && (ODBCVER >= 0x0300) in PHP_FUNCTION()
[all …]
H A Dconfig.m4105 … Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350)
526 AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ]) definition
529 AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ]) definition

Completed in 38 milliseconds