diff options
Diffstat (limited to 'ext/oracle/oracle.c')
-rw-r--r-- | ext/oracle/oracle.c | 5 |
1 files changed, 2 insertions, 3 deletions
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) { |