diff options
| author | Marcus Boerger <helly@php.net> | 2002-11-14 14:32:39 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-11-14 14:32:39 +0000 |
| commit | 5ec93757603c4ae57b7d9e2f9eda3ae9248e7e13 (patch) | |
| tree | eed40bad796877ac8deaa391cc42e2a18d04a3dd /ext/dba/tests/dba_flatfile.phpt | |
| parent | 4e859353865d28a5765e1d762d4476d5617ec887 (diff) | |
| download | php-git-5ec93757603c4ae57b7d9e2f9eda3ae9248e7e13.tar.gz | |
Fix locking behaviour: On some systems read during write is permitted but
most libraries are not capable of that. GDBM is system dependant so there
we only test that we do not deadlock.
Diffstat (limited to 'ext/dba/tests/dba_flatfile.phpt')
| -rw-r--r-- | ext/dba/tests/dba_flatfile.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/tests/dba_flatfile.phpt b/ext/dba/tests/dba_flatfile.phpt index 33d01809cf..42477dfd3c 100644 --- a/ext/dba/tests/dba_flatfile.phpt +++ b/ext/dba/tests/dba_flatfile.phpt @@ -16,7 +16,7 @@ database handler: flatfile 3NYNYY Content String 2 Content 2 replaced -Read during write permitted +Read during write: not allowed Content 2 replaced 2nd time The 6th value array(3) { |
