summaryrefslogtreecommitdiff
path: root/ext/dba
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-01-31 19:12:23 +0000
committerMarcus Boerger <helly@php.net>2003-01-31 19:12:23 +0000
commit037986db207cb5eeefc5b64d1b38df824b6ab3c9 (patch)
tree7a32b95abdb502495e345d17801415c3a297c702 /ext/dba
parentb079cc2af57b92b697bef28e599e9f96b6067807 (diff)
downloadphp-git-037986db207cb5eeefc5b64d1b38df824b6ab3c9.tar.gz
Fix proto
Diffstat (limited to 'ext/dba')
-rw-r--r--ext/dba/dba.c2
1 files changed, 1 insertions, 1 deletions
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)
{