summaryrefslogtreecommitdiff
path: root/ext/dba/tests/test.inc
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-10 22:56:29 +0000
committerMarcus Boerger <helly@php.net>2002-11-10 22:56:29 +0000
commit4f636c6b3bc6cbe3654dda070227b4bf076e15b3 (patch)
tree9594f0582e31e01542fb9f1bb88f0d97ec50ed17 /ext/dba/tests/test.inc
parent89b586d4156a270cc9c45fc6bcd42a7e1e59ca84 (diff)
downloadphp-git-4f636c6b3bc6cbe3654dda070227b4bf076e15b3.tar.gz
Add $lock_flag which allows to change lock behaviour for both 'l' and 'd'
Remember gdbm has its own locking so 't' does not work here - maybe a warning is needed for that, too.
Diffstat (limited to 'ext/dba/tests/test.inc')
-rw-r--r--ext/dba/tests/test.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/tests/test.inc b/ext/dba/tests/test.inc
index 0f920838ce..bd617bc8d6 100644
--- a/ext/dba/tests/test.inc
+++ b/ext/dba/tests/test.inc
@@ -10,4 +10,5 @@
} else {
$handler = $handler[0];
}
+ $lock_flag = 'l';
?>