]> granicus.if.org Git - php/commitdiff
Change all // to /* */, fixed small whitespace.
authorJason Greene <jason@php.net>
Thu, 19 Apr 2001 22:00:34 +0000 (22:00 +0000)
committerJason Greene <jason@php.net>
Thu, 19 Apr 2001 22:00:34 +0000 (22:00 +0000)
Builds on Solaris now.

ext/oci8/oci8.c

index ca7725e7cf820f71292cd8fe79c34838f7f2b060..435a77116c28adb87c1c8d3fac404398429f6d5f 100644 (file)
@@ -788,14 +788,14 @@ static void
 _oci_coll_list_dtor(zend_rsrc_list_entry *rsrc)
 {
        oci_collection *coll = (oci_collection *)rsrc->ptr;
-    oci_debug("START _oci_coll_list_dtor: %d",coll->id);
+       oci_debug("START _oci_coll_list_dtor: %d",coll->id);
 
        zend_list_delete(coll->conn->id);
-       // Note sure if we need to free the object.  Have an
-    // oracle TAR out on this one.
-       //    OCIDescriptorFree(descr->ocidescr, descr->type);
+       /* Note sure if we need to free the object.  Have an
+           oracle TAR out on this one.
+           OCIDescriptorFree(descr->ocidescr, descr->type); */
 
-    oci_debug("END   _oci_coll_list_dtor: %d",coll->id);
+       oci_debug("END   _oci_coll_list_dtor: %d",coll->id);
 
        efree(coll);
 }
@@ -5099,7 +5099,7 @@ PHP_FUNCTION(ocinewcollection)
         RETURN_FALSE;
     }
 
-   // get the collection type code of the attribute
+   /* get the collection type code of the attribute */
    connection->error = OCIAttrGet((dvoid*) parmp1, (ub4) OCI_DTYPE_PARAM,
                       (dvoid*) &(coll->coll_typecode), (ub4 *) 0,
                       (ub4) OCI_ATTR_COLLECTION_TYPECODE,