diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-03-27 15:35:16 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-03-27 15:35:16 +0100 |
commit | 30bdcf2392ef8cc7b8b4a07b49367571ae1db286 (patch) | |
tree | c98975e6a71c722e7ce3b31c7c221ceb0e9a1f25 /ext/oci8 | |
parent | d67160a566757f858e5883201e518230f5221c6b (diff) | |
download | php-30bdcf2392ef8cc7b8b4a07b49367571ae1db286.tar.gz |
New upstream version 5.6.0~alpha3+dfsgupstream/5.6.0_alpha3+dfsg
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/php_oci8_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 9dc9814a4..5da3ea533 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -219,7 +219,7 @@ typedef struct { sb4 errcode; /* last ORA- error number */ OCIError *err; /* private error handle */ OCIStmt *stmt; /* statement handle */ - char *last_query; /* last query issued. also used to determine if this is a statement or a refcursor recieved from Oracle */ + char *last_query; /* last query issued. also used to determine if this is a statement or a refcursor received from Oracle */ char impres_flag; /* PHP_OCI_IMPRES_*_ */ long last_query_len; /* last query length */ HashTable *columns; /* hash containing all the result columns */ |