diff options
| author | Marcus Boerger <helly@php.net> | 2002-12-10 22:51:09 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-12-10 22:51:09 +0000 |
| commit | a6e9674bfdb5243e637bdd9ecb349300fc891f86 (patch) | |
| tree | 4d60bad10294003a56c5f9d1a37f54eb35ad2c82 /ext/dba/dba.c | |
| parent | b94e0d9eacfca8413ec32f59fd2759cfbc8cbd7f (diff) | |
| download | php-git-a6e9674bfdb5243e637bdd9ecb349300fc891f86.tar.gz | |
add missing comment
Diffstat (limited to 'ext/dba/dba.c')
| -rw-r--r-- | ext/dba/dba.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/dba.c b/ext/dba/dba.c index a229b8195c..1f2badd308 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -421,6 +421,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) * * d: force lock on database file * l: force lock on lck file + * -: ignore locking * * t: test open database, warning if locked */ |
