]> granicus.if.org Git - php/commitdiff
Fix proto
authorMarcus Boerger <helly@php.net>
Fri, 31 Jan 2003 19:12:23 +0000 (19:12 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 31 Jan 2003 19:12:23 +0000 (19:12 +0000)
ext/dba/dba.c

index 5b98455e1f4a15ec04fc84f86ec46268c252f653..45f9307d7924b5ffd9bbee67defbc76d48327619 100644 (file)
@@ -682,7 +682,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
 /* }}} */
 #undef FREENOW
 
-/* {{{ proto int dba_popen(string path [, string mode, string handlername, string ...])
+/* {{{ proto int dba_popen(string path, string mode [, string handlername, string ...])
    Opens path using the specified handler in mode persistently */
 PHP_FUNCTION(dba_popen)
 {