From: Sterling Hughes Date: Wed, 30 May 2001 17:43:32 +0000 (+0000) Subject: fix compile X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9ce7fcfc33db8efd0787e00b52423b931fe8932;p=php fix compile --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 6856da1402..5000285502 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -4299,7 +4299,8 @@ PHP_FUNCTION(ocifreecoll) int inx; oci_collection *coll; oci_connection *connection; - + OCILS_FETCH(); + if ((id = getThis()) != 0) { inx = _oci_get_ocicoll(id,&coll); if (inx) {