summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-01-11 11:27:52 +0000
committerAntony Dovgal <tony2001@php.net>2007-01-11 11:27:52 +0000
commit12d54fa6832df1860970470ccd404141ca700997 (patch)
tree077ad264623ad89c38819d7c430254b3ddb4ecd2 /ext/oci8/php_oci8_int.h
parent5e74c607a2bf0d00a850a251cc935e3967ee50f0 (diff)
downloadphp-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.h2
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;