From b5e5847fa94bc1bdc4eae3ca444c59272babfed1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 25 Mar 2018 13:31:00 +0000 Subject: [PATCH] Non-blocking IO for local files is not supported on Windows Patch provided by mattficken. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344556 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-set-blocking.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/stream/functions/stream-set-blocking.xml b/reference/stream/functions/stream-set-blocking.xml index d8ac7af601..5ff6759abf 100644 --- a/reference/stream/functions/stream-set-blocking.xml +++ b/reference/stream/functions/stream-set-blocking.xml @@ -69,6 +69,10 @@ socket_set_blocking but this usage is deprecated. + + On Windows, this has no affect on local files. Non-blocking IO for local files is not supported on Windows. + +