29#define odbc_module_ptr &odbc_module_entry
32#define PHP_ODBC_VERSION PHP_VERSION
34#if defined(HAVE_DBMAKER) || defined(PHP_WIN32) || defined(HAVE_IBMDB2) || defined(HAVE_UNIXODBC) || defined(HAVE_IODBC)
35# define PHP_ODBC_HAVE_FETCH_HASH 1
46# define PHP_ODBC_API __declspec(dllexport)
47#elif defined(__GNUC__) && __GNUC__ >= 4
48# define PHP_ODBC_API __attribute__ ((visibility("default")))
55#define odbc_module_ptr NULL
59#define phpext_odbc_ptr odbc_module_ptr
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
#define PHP_MINFO_FUNCTION
#define PHP_RINIT_FUNCTION
#define PHP_RSHUTDOWN_FUNCTION
struct _zend_module_entry zend_module_entry