You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using advisory file locking via php_flock(), so the usual caveats
regarding multithreaded Windows SAPIs apply. We're applying blocking
locks automatically on creation and opening of databases, so that
existing code doesn't have to be changed to make use of the locking. If
users want to check whether an operation would block, flock() with
LOCK_NB can be used (leaving room for possible race-conditions, though).
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340803 c90b9560-bf6c-de11-be94-00142212c4b1
0 commit comments