From 331c423dbecd3af94aec302a1170e482fb35e3cc Mon Sep 17 00:00:00 2001 From: Patrick van Kleef Date: Mon, 1 Sep 2008 15:48:09 +0000 Subject: MFH: - Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668) --- ext/odbc/php_odbc_includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/odbc/php_odbc_includes.h') diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 9add418cf1..fa487647f7 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -265,6 +265,7 @@ ZEND_BEGIN_MODULE_GLOBALS(odbc) int defConn; long defaultlrl; long defaultbinmode; + long default_cursortype; char laststate[6]; char lasterrormsg[SQL_MAX_MESSAGE_LENGTH]; HashTable *resource_list; -- cgit v1.2.1