summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-01-31 13:55:43 +0000
committerAntony Dovgal <tony2001@php.net>2007-01-31 13:55:43 +0000
commit4f6f150490990d1e9dbc0b59cab6f20f15fefbef (patch)
tree725c058e0c331679faae650f831fac454c35f02e /ext/oci8/php_oci8_int.h
parent9eb6d36c3943bd6ae46e31776e638741309eb204 (diff)
downloadphp-git-4f6f150490990d1e9dbc0b59cab6f20f15fefbef.tar.gz
MFH: fix segfault on rebindinging and rexecuting a statement with LOBs
fix compile failure in ZTS mode when collections support is missing
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r--ext/oci8/php_oci8_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h
index cee37dbc73..5615d8a3ed 100644
--- a/ext/oci8/php_oci8_int.h
+++ b/ext/oci8/php_oci8_int.h
@@ -190,6 +190,7 @@ typedef struct { /* php_oci_bind {{{ */
} array;
sb2 indicator; /* -1 means NULL */
ub2 retcode; /* */
+ ub4 dummy_len; /* a dummy var to store alenpp value in bind OUT callback */
} php_oci_bind; /* }}} */
typedef struct { /* php_oci_out_column {{{ */