From: foobar Date: Fri, 31 Jan 2003 14:18:50 +0000 (+0000) Subject: No c++ comments.. X-Git-Tag: RELEASE_0_5~1348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9a132f223b75ce861dd46f8a67b89fd098a1c35;p=php No c++ comments.. --- diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index f7e21fcb1c..3f0d707713 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -70,8 +70,8 @@ typedef struct { char *hashed_details; oci_server *server; OCISession *pSession; - OCIEnv *pEnv; //sessions own environment - ub2 charsetId; //sessions used character set (mostly this will be 0, so NLS_LANG will be used. + OCIEnv *pEnv; /* sessions own environment */ + ub2 charsetId; /* sessions used character set (mostly this will be 0, so NLS_LANG will be used. */ } oci_session; typedef struct {