From: Andy Sautins Date: Wed, 25 Apr 2001 17:44:07 +0000 (+0000) Subject: Cleanup collections - removed unused members from oci_collection structure X-Git-Tag: php-4.0.6RC1~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e650cba5e481a5148b8ca08910065083e96d78d3;p=php Cleanup collections - removed unused members from oci_collection structure --- diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 2dc3b14889..b3525da261 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -83,18 +83,13 @@ typedef struct { typedef struct { int id; - int open; oci_connection *conn; - oci_session *session; - OCISvcCtx *pServiceContext; OCIType *tdo; OCITypeCode coll_typecode; OCIRef *elem_ref; OCIType *element_type; OCITypeCode element_typecode; OCIColl *coll; - sword error; - OCIError *pError; } oci_collection; typedef struct {