From: Marcus Boerger Date: Mon, 11 Nov 2002 12:00:58 +0000 (+0000) Subject: -Precondiftion: no open files X-Git-Tag: php-4.3.0RC1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcc7fc16b6b5e546290001b798ddc1bcf3492f8f;p=php -Precondiftion: no open files -do not show warning from dba_open call for read during write # Interesting is that on some systems read during write is permitted... # I will change the tests as soon as i find a way to have this equal on all # systems --- diff --git a/ext/dba/tests/dba_handler.inc b/ext/dba/tests/dba_handler.inc index 98048bb7c0..5690075fab 100644 --- a/ext/dba/tests/dba_handler.inc +++ b/ext/dba/tests/dba_handler.inc @@ -1,6 +1,5 @@