sniper          Fri Jan 31 09:18:50 2003 EDT

  Modified files:              
    /php4/ext/oci8      php_oci8.h 
  Log:
  No c++ comments..
  
Index: php4/ext/oci8/php_oci8.h
diff -u php4/ext/oci8/php_oci8.h:1.26 php4/ext/oci8/php_oci8.h:1.27
--- php4/ext/oci8/php_oci8.h:1.26       Tue Dec 31 11:07:07 2002
+++ php4/ext/oci8/php_oci8.h    Fri Jan 31 09:18:50 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_oci8.h,v 1.26 2002/12/31 16:07:07 sebastian Exp $ */
+/* $Id: php_oci8.h,v 1.27 2003/01/31 14:18:50 sniper Exp $ */
 
 #if HAVE_OCI8
 # ifndef PHP_OCI8_H
@@ -70,8 +70,8 @@
        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 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to