summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-08-12 02:10:30 +0400
committerDmitry Stogov <dmitry@zend.com>2014-08-12 02:10:30 +0400
commitc4fc99ff82b740dcaa9d165fb2be6ed16cf1750a (patch)
tree5ec67e3cd9353a60d359db7d168ccb7e40196e60 /ext/odbc/php_odbc_includes.h
parent7435fc88a6edfb555e21d7a063d9f65ea3c67ecc (diff)
downloadphp-git-c4fc99ff82b740dcaa9d165fb2be6ed16cf1750a.tar.gz
ext/odbc support for phpng (incomplete)
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r--ext/odbc/php_odbc_includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index 06113d9624..8e9eec0f8f 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.h
@@ -228,7 +228,7 @@ typedef struct odbc_connection {
ODBC_SQL_CONN_T hdbc;
char laststate[6];
char lasterrormsg[SQL_MAX_MESSAGE_LENGTH];
- int id;
+ zend_resource *res;
int persistent;
} odbc_connection;