From c43c235427418d610f749b97d4a1228b0191a7ed Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 9 Jul 1999 20:45:55 +0000 Subject: Don't touch refcount and EA directly --- ext/oracle/oracle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/oracle') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 2b0a22ae7f..ace254cb57 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -1225,8 +1225,7 @@ void php3_Ora_FetchInto(INTERNAL_FUNCTION_PARAMETERS) } else { #if PHP_API_VERSION >= 19990421 tmp = emalloc(sizeof(pval)); - tmp->EA = 0; - tmp->refcount = 1; + INIT_PZVAL(tmp); #endif tmp->type = IS_STRING; -- cgit v1.2.1