From e8c057e33f9b442647ec4c0d6e7ad43d3a2c6671 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Fri, 13 Jun 2003 14:53:13 +0000 Subject: [PATCH] proto fixes --- ext/dba/dba.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1