From 392659fabeacfb1b2039767bb976debffbda20c6 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 10 Nov 1999 05:50:20 +0000 Subject: [PATCH] # Fix comments --- ext/oci8/oci8.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 83c82edd9f3..c96ae51f657 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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