Skip to content

Commit e79091e

Browse files
committed
MFH
1 parent 9f62bea commit e79091e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/oci8/php_oci8_int.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ typedef struct { /* php_oci_out_column {{{ */
215215
php_oci_define *define; /* define handle */
216216
int piecewise; /* column is fetched piece-by-piece */
217217
ub4 cb_retlen; /* */
218-
ub2 scale; /* column scale */
219-
ub2 precision; /* column precision */
218+
sb1 scale; /* column scale */
219+
sb2 precision; /* column precision */
220220
ub1 charset_form; /* charset form, required for NCLOBs */
221221
ub2 charset_id; /* charset ID */
222222
} php_oci_out_column; /* }}} */

0 commit comments

Comments
 (0)