From 8e26dba665631c4ca2054ff7b78c4960c05e36c9 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 6 Nov 2002 09:57:33 +0000 Subject: [PATCH] Closing Bug #19077 #maybe someone will analyse which libraries fail and wich work (e.g. wait). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102748 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/functions/dba-open.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/reference/dba/functions/dba-open.xml b/reference/dba/functions/dba-open.xml index 84814b3b8f..121a28ee9a 100644 --- a/reference/dba/functions/dba-open.xml +++ b/reference/dba/functions/dba-open.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - resourcedba_open + resource|falsedba_open stringpath stringmode stringhandler @@ -40,6 +40,16 @@ dba_open returns a positive handle or &false;, in the case the open is successful or fails, respectively. + + + There can only be one writer for one database file. When you use dba on + a webserver and more than one request requires write operations they can + only be done one after another. Unfortuanetly some of the external + libraries simply fail or ignore this when trying to open the database for + another write operation. In this case you must use semaphores to guard + against. See System V semaphore support. + + See also: dba_popen