summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-11-10 05:50:20 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-11-10 05:50:20 +0000
commit392659fabeacfb1b2039767bb976debffbda20c6 (patch)
tree47797b63e63298844af04c86844e96a12e50c7e3 /ext/oci8
parentf3fb441979e5fdd99664f63f14fe9721cabc39e0 (diff)
downloadphp-git-392659fabeacfb1b2039767bb976debffbda20c6.tar.gz
# Fix comments
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/oci8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 83c82edd9f..c96ae51f65 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