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