From 81ded022e06add76d3f00c2eba4e19bce5bd2b65 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 6 Jul 2000 08:38:12 +0000 Subject: Applied DBMaker patch by Jeffrey Lin --- ext/odbc/php_odbc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/odbc/php_odbc.h') diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index e3bd5f6b3a..4a7ff022dd 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -139,6 +139,8 @@ PHP_FUNCTION(solid_fetch_prev); #elif defined(HAVE_DBMAKER) /* DBMaker */ #define ODBC_TYPE "DBMaker" +#undef ODBCVER +#define ODBCVER 0x0300 #define HAVE_SQL_EXTENDED_FETCH 1 #include @@ -189,6 +191,10 @@ PHP_FUNCTION(odbc_cursor); PHP_FUNCTION(odbc_exec); PHP_FUNCTION(odbc_do); PHP_FUNCTION(odbc_execute); +#ifdef HAVE_DBMAKER +PHP_FUNCTION(odbc_fetch_array); +PHP_FUNCTION(odbc_fetch_object); +#endif PHP_FUNCTION(odbc_fetch_into); PHP_FUNCTION(odbc_fetch_row); PHP_FUNCTION(odbc_field_len); -- cgit v1.2.1