From c9ce7fcfc33db8efd0787e00b52423b931fe8932 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 30 May 2001 17:43:32 +0000 Subject: [PATCH] fix compile --- ext/oci8/oci8.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.40.0