From: Egon Schmid Date: Wed, 23 Feb 2000 16:33:01 +0000 (+0000) Subject: More protos. X-Git-Tag: PHP-4.0-RC1~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1970a527ff40e6f81668f7c6e59da51670d7dcb6;p=php More protos. --- diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 66e7a074c7..68f0a5c3b6 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -368,7 +368,7 @@ PHP_FUNCTION(ora_logon) /* }}} */ /* {{{ proto int ora_plogon(string user, string password) - Open a persistant Oracle connection */ + Open a persistent Oracle connection */ PHP_FUNCTION(ora_plogon) { ora_do_logon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); @@ -562,7 +562,6 @@ PHP_FUNCTION(ora_logoff) /* }}} */ /* {{{ proto int ora_open(int connection) - Open an Oracle cursor */ PHP_FUNCTION(ora_open) { /* conn_index */ @@ -1048,7 +1047,7 @@ PHP_FUNCTION(ora_fetch) } /* }}} */ -/* {{{ proto int ora_fetch_into(int cursor, array result [ , int flags ]) +/* {{{ proto int ora_fetch_into(int cursor, array result [, int flags]) Fetch a row into the specified result array */ PHP_FUNCTION(ora_fetch_into) {