summaryrefslogtreecommitdiff
path: root/ext/oci8/php3_oci8.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/php3_oci8.h')
-rw-r--r--ext/oci8/php3_oci8.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ext/oci8/php3_oci8.h b/ext/oci8/php3_oci8.h
index 506e640144..7c164c2055 100644
--- a/ext/oci8/php3_oci8.h
+++ b/ext/oci8/php3_oci8.h
@@ -133,7 +133,7 @@ typedef struct {
sb2 indicator;
ub2 retcode;
ub2 retlen;
- ub4 cb_retlen;
+ ub4 retlen4;
ub2 is_descr;
ub2 is_cursor;
int descr;
@@ -142,12 +142,8 @@ typedef struct {
int stmtid;
void *data;
oci_define *define;
-
- /* for piecewise read */
int piecewise;
- int cursize;
- int curoffs;
- ub4 piecesize;
+ ub4 cb_retlen;
} oci_out_column;
typedef struct {