From 7f6c594220eafc1ba4c7edc047e330afe885cabf Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 19 Nov 2009 10:37:00 +0000 Subject: [PATCH] Overwriting handle would release the log (bug #48308) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290972 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/flock.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml index c6996047f3..3b55776dc9 100644 --- a/reference/filesystem/functions/flock.xml +++ b/reference/filesystem/functions/flock.xml @@ -164,6 +164,10 @@ fclose($fp); fopen). + + Assigning other value to handle argument in the + consecutive code would release the lock. + flock will not work on NFS and many other networked