andrey          Fri Jun 13 10:53:13 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/dba       dba.c 
  Log:
  proto fixes
  
Index: php4/ext/dba/dba.c
diff -u php4/ext/dba/dba.c:1.61.2.17 php4/ext/dba/dba.c:1.61.2.18
--- php4/ext/dba/dba.c:1.61.2.17        Thu Jun 12 15:55:16 2003
+++ php4/ext/dba/dba.c  Fri Jun 13 10:53:13 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba.c,v 1.61.2.17 2003/06/12 19:55:16 helly Exp $ */
+/* $Id: dba.c,v 1.61.2.18 2003/06/13 14:53:13 andrey Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -797,7 +797,7 @@
 /* }}} */
 #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 @@
 }
 /* }}} */
 
-/* {{{ 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)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to