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

index 7bdfd7604de1f951f9e41d57f4b163c8ad4ae439..bcc97f167d89f8bab11152a6e3d9d95f3b321b03 100644 (file)
@@ -781,7 +781,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;
@@ -805,7 +805,7 @@ PHP_FUNCTION(dba_handlers)
 /* }}} */
 
 /* {{{ proto array dba_list()
-   List configured databases */
+   List opened databases */
 PHP_FUNCTION(dba_list)
 {
        ulong numitems, i;