From: Marcus Boerger Date: Fri, 31 Jan 2003 19:12:23 +0000 (+0000) Subject: Fix proto X-Git-Tag: RELEASE_0_5~1344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=037986db207cb5eeefc5b64d1b38df824b6ab3c9;p=php Fix proto --- diff --git a/ext/dba/dba.c b/ext/dba/dba.c index 5b98455e1f..45f9307d79 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -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) {