asautins Wed Apr 25 10:44:08 2001 EDT
Modified files:
/php4/ext/oci8 php_oci8.h
Log:
Cleanup collections - removed unused members from oci_collection structure
Index: php4/ext/oci8/php_oci8.h
diff -u php4/ext/oci8/php_oci8.h:1.14 php4/ext/oci8/php_oci8.h:1.15
--- php4/ext/oci8/php_oci8.h:1.14 Fri Apr 13 07:43:39 2001
+++ php4/ext/oci8/php_oci8.h Wed Apr 25 10:44:07 2001
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_oci8.h,v 1.14 2001/04/13 14:43:39 thies Exp $ */
+/* $Id: php_oci8.h,v 1.15 2001/04/25 17:44:07 asautins Exp $ */
#if HAVE_OCI8
# ifndef PHP_OCI8_H
@@ -83,18 +83,13 @@
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 {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]