From: Marcus Boerger Date: Sun, 10 Nov 2002 22:56:29 +0000 (+0000) Subject: Add $lock_flag which allows to change lock behaviour for both 'l' and 'd' X-Git-Tag: php-4.3.0RC1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f636c6b3bc6cbe3654dda070227b4bf076e15b3;p=php 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. --- diff --git a/ext/dba/tests/dba_gdbm.phpt b/ext/dba/tests/dba_gdbm.phpt index 79b41dadea..11e267d650 100644 --- a/ext/dba/tests/dba_gdbm.phpt +++ b/ext/dba/tests/dba_gdbm.phpt @@ -9,6 +9,7 @@ DBA GDBM handler test --EXPECT-- diff --git a/ext/dba/tests/dba_handler.inc b/ext/dba/tests/dba_handler.inc index acc8dd4e2a..98048bb7c0 100644 --- a/ext/dba/tests/dba_handler.inc +++ b/ext/dba/tests/dba_handler.inc @@ -1,7 +1,7 @@