We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f62bea commit e79091eCopy full SHA for e79091e
ext/oci8/php_oci8_int.h
@@ -215,8 +215,8 @@ typedef struct { /* php_oci_out_column {{{ */
215
php_oci_define *define; /* define handle */
216
int piecewise; /* column is fetched piece-by-piece */
217
ub4 cb_retlen; /* */
218
- ub2 scale; /* column scale */
219
- ub2 precision; /* column precision */
+ sb1 scale; /* column scale */
+ sb2 precision; /* column precision */
220
ub1 charset_form; /* charset form, required for NCLOBs */
221
ub2 charset_id; /* charset ID */
222
} php_oci_out_column; /* }}} */
0 commit comments