From 04e210bb02fe3528ce7a713154b6b1e7071e3f63 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 21 Jul 2017 21:02:38 +0000 Subject: [PATCH] LOCK_NB is not supported on Windows Internally LOCK_NB is simply discarded if the bits are passed along to flock() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342693 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/flock.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml index 4bf606a0c2..516e55ec5a 100644 --- a/reference/filesystem/functions/flock.xml +++ b/reference/filesystem/functions/flock.xml @@ -68,7 +68,7 @@ It is also possible to add LOCK_NB as a bitmask to one of the above operations if you don't want flock to - block while locking. + block while locking (Not supported on Windows).