]> granicus.if.org Git - php/commitdiff
Fix protos
authorMarcus Boerger <helly@php.net>
Mon, 19 May 2003 22:52:27 +0000 (22:52 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 19 May 2003 22:52:27 +0000 (22:52 +0000)
ext/dba/dba.c

index f83ec079a8ab136db79927dcb25b898e0eb08fde..f1d61ad0eabcc630ff03538f2ff615382c46ef9c 100644 (file)
@@ -963,7 +963,7 @@ PHP_FUNCTION(dba_sync)
 /* }}} */
 
 /* {{{ proto array dba_handlers([bool full_info])
-   List configured databases */
+   List configured database handlers */
 PHP_FUNCTION(dba_handlers)
 {
        dba_handler *hptr;
@@ -987,7 +987,7 @@ PHP_FUNCTION(dba_handlers)
 /* }}} */
 
 /* {{{ proto array dba_list()
-   List configured databases */
+   List opened databases */
 PHP_FUNCTION(dba_list)
 {
        ulong numitems, i;