]> granicus.if.org Git - php/commitdiff
# Fix comments
authorRasmus Lerdorf <rasmus@php.net>
Wed, 10 Nov 1999 05:50:20 +0000 (05:50 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 10 Nov 1999 05:50:20 +0000 (05:50 +0000)
ext/oci8/oci8.c

index 83c82edd9f3e286f17aee9e5d3c77139d75c0f64..c96ae51f657a6131c6cfe6b728e4b61c386b0596 100644 (file)
@@ -3068,7 +3068,7 @@ PHP_FUNCTION(ocicolumnisnull)
 }
 
 /* }}} */
-/* {{{ Proto void   OCIDebug(int onoff)
+/* {{{ proto void   OCIDebug(int onoff)
   Toggle internal debugging output for the OCI extension.
  */
 
@@ -3368,7 +3368,7 @@ PHP_FUNCTION(ocilogoff)
 }
 
 /* }}} */
-/* {{{ proto int    OCILogon(string user, string pass[, string db])
+/* {{{ proto int    OCINLogon(string user, string pass[, string db])
   Connect to an Oracle database and log on. returns a new session.
  */
 
@@ -3397,7 +3397,7 @@ PHP_FUNCTION(ocilogon)
 
 /* }}} */
 /* {{{ proto int    OCIPLogon(string user, string pass[, string db])
-  Connect to an Oracle database and log on. returns a new session.
+  Connect to an Oracle database using a persistent connection and log on. returns a new session.
  */
 
 /* Connects to an Oracle 8 database and logs on.  If the