diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-01-11 11:27:52 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-01-11 11:27:52 +0000 |
| commit | 12d54fa6832df1860970470ccd404141ca700997 (patch) | |
| tree | 077ad264623ad89c38819d7c430254b3ddb4ecd2 /ext/oci8/php_oci8_int.h | |
| parent | 5e74c607a2bf0d00a850a251cc935e3967ee50f0 (diff) | |
| download | php-git-12d54fa6832df1860970470ccd404141ca700997.tar.gz | |
MFH: fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 4ddefe2ae3..cee37dbc73 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -180,7 +180,7 @@ typedef struct { /* php_oci_bind {{{ */ php_oci_statement *parent_statement; /* pointer to the parent statement */ struct { void *elements; -/* ub2 *indicators; */ + sb2 *indicators; ub2 *element_lengths; /* ub2 *retcodes; */ ub4 current_length; |
