From 037986db207cb5eeefc5b64d1b38df824b6ab3c9 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 31 Jan 2003 19:12:23 +0000 Subject: [PATCH] Fix proto --- ext/dba/dba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1