From: Andrey Hristov Date: Fri, 13 Jun 2003 14:53:13 +0000 (+0000) Subject: proto fixes X-Git-Tag: php-4.3.3RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8c057e33f9b442647ec4c0d6e7ad43d3a2c6671;p=php proto fixes --- diff --git a/ext/dba/dba.c b/ext/dba/dba.c index c8b8e17e00..2fd1c90da0 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -797,7 +797,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 resource dba_popen(string path, string mode [, string handlername, string ...]) Opens path using the specified handler in mode persistently */ PHP_FUNCTION(dba_popen) { @@ -805,7 +805,7 @@ PHP_FUNCTION(dba_popen) } /* }}} */ -/* {{{ proto int dba_open(string path, string mode [, string handlername, string ...]) +/* {{{ proto resource dba_open(string path, string mode [, string handlername, string ...]) Opens path using the specified handler in mode*/ PHP_FUNCTION(dba_open) {