summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2017-07-19 10:19:32 +0200
committerKalle Sommer Nielsen <kalle@php.net>2017-07-19 10:19:32 +0200
commita398df3e364e97196b4c7115fdd687f3f81b7db0 (patch)
tree6549e0cb4fb6aac0c511c59786272caf4836e238 /ext/odbc/php_odbc_includes.h
parentbfdd22a3de252e81a70859a6ca28e2ba1533ef70 (diff)
downloadphp-git-a398df3e364e97196b4c7115fdd687f3f81b7db0.tar.gz
Removed Bird(broken)step support from ODBC
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r--ext/odbc/php_odbc_includes.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index 43d3360966..1495afbb71 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.h
@@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
- | Kevin N. Shallow <kshallow@tampabay.rr.com> (Birdstep) |
+ | Kevin N. Shallow <kshallow@tampabay.rr.com> |
+----------------------------------------------------------------------+
*/
@@ -150,23 +150,6 @@ PHP_FUNCTION(solid_fetch_prev);
#define SQLUSMALLINT UWORD
#endif
-#elif defined(HAVE_BIRDSTEP) /* Raima Birdstep */
-
-#define ODBC_TYPE "Birdstep"
-#define UNIX
-/*
- * Extended Fetch in the Birdstep ODBC API is incapable of returning zend_long varchar (memo) fields.
- * So the following line has been commented-out to accommodate. - KNS
- *
- * #define HAVE_SQL_EXTENDED_FETCH 1
- */
-#include <sql.h>
-#include <sqlext.h>
-#define SQLINTEGER SDWORD
-#define SQLSMALLINT SWORD
-#define SQLUSMALLINT UWORD
-
-
#elif defined(HAVE_DBMAKER) /* DBMaker */
#define ODBC_TYPE "DBMaker"