diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-07-09 09:08:59 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-07-09 09:08:59 +0000 |
| commit | e79091eb13318915b96afefddc25006e62fbdf37 (patch) | |
| tree | 4c7f99db477c904ff9022b424eb82f9f17d52244 /ext/oci8/php_oci8_int.h | |
| parent | 9f62beabfd2bfe0a56c71dd582d6ec64d0cf046c (diff) | |
| download | php-git-e79091eb13318915b96afefddc25006e62fbdf37.tar.gz | |
MFH
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 1e5233263e..8aacac9cac 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -215,8 +215,8 @@ typedef struct { /* php_oci_out_column {{{ */ php_oci_define *define; /* define handle */ int piecewise; /* column is fetched piece-by-piece */ ub4 cb_retlen; /* */ - ub2 scale; /* column scale */ - ub2 precision; /* column precision */ + sb1 scale; /* column scale */ + sb2 precision; /* column precision */ ub1 charset_form; /* charset form, required for NCLOBs */ ub2 charset_id; /* charset ID */ } php_oci_out_column; /* }}} */ |
