]> granicus.if.org Git - php/commitdiff
No c++ comments..
authorfoobar <sniper@php.net>
Fri, 31 Jan 2003 14:18:50 +0000 (14:18 +0000)
committerfoobar <sniper@php.net>
Fri, 31 Jan 2003 14:18:50 +0000 (14:18 +0000)
ext/oci8/php_oci8.h

index f7e21fcb1cc5dbbe16a30d9934385eb201f75b3d..3f0d7077138ae00b524b9e3aa7dd1ae422105841 100644 (file)
@@ -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 {