diff options
| author | Patrick van Kleef <iodbc@php.net> | 2008-09-01 15:48:09 +0000 |
|---|---|---|
| committer | Patrick van Kleef <iodbc@php.net> | 2008-09-01 15:48:09 +0000 |
| commit | 331c423dbecd3af94aec302a1170e482fb35e3cc (patch) | |
| tree | fa88b8e47a624a6ddc6fa00b70862b837c5321d0 /ext/odbc/php_odbc_includes.h | |
| parent | e624492e408b49cf2e8904ad135900d2dfe77413 (diff) | |
| download | php-git-331c423dbecd3af94aec302a1170e482fb35e3cc.tar.gz | |
MFH: - Added odbc.default_cursortype to control the ODBC cursormodel
(bug #43668)
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
| -rw-r--r-- | ext/odbc/php_odbc_includes.h | 1 |
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; |
