]> granicus.if.org Git - php/commitdiff
Cleanup collections - removed unused members from oci_collection structure
authorAndy Sautins <asautins@php.net>
Wed, 25 Apr 2001 17:44:07 +0000 (17:44 +0000)
committerAndy Sautins <asautins@php.net>
Wed, 25 Apr 2001 17:44:07 +0000 (17:44 +0000)
ext/oci8/php_oci8.h

index 2dc3b148899bfce721b46172c2d3c0febe656d53..b3525da261acda37ec32b87eac5dd99c8feed772 100644 (file)
@@ -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 {