From 5eb641c91a7e3edbb5ab5a614225fdd6de925326 Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Thu, 30 Apr 2015 20:24:22 +0000 Subject: [PATCH] Added changelog entry for the fixed wouldblock param on windows https://bugs.php.net/bug.php?id=54129 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336705 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/flock.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml index 604f1f60bf..4bf606a0c2 100644 --- a/reference/filesystem/functions/flock.xml +++ b/reference/filesystem/functions/flock.xml @@ -77,7 +77,7 @@ The optional third argument is set to 1 if the lock would block - (EWOULDBLOCK errno condition). (not supported on Windows) + (EWOULDBLOCK errno condition). @@ -104,6 +104,13 @@ + + 5.5.22, 5.6.6 + + Added support for the wouldblock parameter on + Windows. + + 5.3.2