]> granicus.if.org Git - php/commitdiff
More protos.
authorEgon Schmid <eschmid@php.net>
Wed, 23 Feb 2000 16:33:01 +0000 (16:33 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 23 Feb 2000 16:33:01 +0000 (16:33 +0000)
ext/oracle/oracle.c

index 66e7a074c7d00590e2d72a781f73964630014c89..68f0a5c3b6e740721d8efdff4ed788a495ab50d9 100644 (file)
@@ -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)
 {