summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorPatrick van Kleef <iodbc@php.net>2008-08-29 19:16:58 +0000
committerPatrick van Kleef <iodbc@php.net>2008-08-29 19:16:58 +0000
commit905269f056c142b120f79ef8aa4b4028d56be17b (patch)
treeb4324fed7c32e24fd3a74b79ccd614ea661eb258 /ext/odbc/php_odbc_includes.h
parent22a5aea1617ca40f57adc2775cf6d69c105c2c14 (diff)
downloadphp-git-905269f056c142b120f79ef8aa4b4028d56be17b.tar.gz
- MFH: Added odbc.default_cursortype to control the ODBC cursormodel
(bug #43668) #[DOC]
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r--ext/odbc/php_odbc_includes.h1
1 files changed, 1 insertions, 0 deletions
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;