diff options
Diffstat (limited to 'ext/oracle/oracle.c')
-rw-r--r-- | ext/oracle/oracle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 71851920dc..2b0a22ae7f 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -1225,7 +1225,7 @@ void php3_Ora_FetchInto(INTERNAL_FUNCTION_PARAMETERS) } else { #if PHP_API_VERSION >= 19990421 tmp = emalloc(sizeof(pval)); - tmp->is_ref = 0; + tmp->EA = 0; tmp->refcount = 1; #endif |