summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorNick Gorham <lurcher@php.net>1999-09-23 14:46:35 +0000
committerNick Gorham <lurcher@php.net>1999-09-23 14:46:35 +0000
commit7d759e6781a16990a85bf08edb0e10ff3b6921a7 (patch)
tree127564139d7b42e54c7eea681156d5b21d5b75e8 /ext/odbc/php_odbc.h
parent1e13eb646e0923b5d7678c7e198a7ef9083136a0 (diff)
downloadphp-git-7d759e6781a16990a85bf08edb0e10ff3b6921a7.tar.gz
Added support for Easysoft ODBC-ODBC Bridge
Fixed bug in odbc_setoption
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index 4efa657990..831e718b83 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -84,6 +84,13 @@ PHP_FUNCTION(solid_fetch_prev);
#include <sqlext.h>
#define HAVE_SQL_EXTENDED_FETCH 1
+#elif HAVE_ESOOB /* Easysoft ODBC-ODBC Bridge library */
+
+#define ODBC_TYPE "ESOOB"
+#include <sql.h>
+#include <sqlext.h>
+#define HAVE_SQL_EXTENDED_FETCH 1
+
#elif HAVE_OPENLINK /* OpenLink ODBC drivers */
#define ODBC_TYPE "Openlink"