helly Fri Jan 31 14:12:24 2003 EDT Modified files: /php4/ext/dba dba.c Log: Fix proto Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.81 php4/ext/dba/dba.c:1.82 --- php4/ext/dba/dba.c:1.81 Sat Jan 18 14:49:25 2003 +++ php4/ext/dba/dba.c Fri Jan 31 14:12:23 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: dba.c,v 1.81 2003/01/18 19:49:25 iliaa Exp $ */ +/* $Id: dba.c,v 1.82 2003/01/31 19:12:23 helly Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -682,7 +682,7 @@ /* }}} */ #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) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php