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
This commit is contained in:
Christoph Michael Becker 2018-03-25 13:31:00 +00:00
parent b124d58c8a
commit b5e5847fa9

View file

@ -69,6 +69,10 @@
<function>socket_set_blocking</function> but this usage is deprecated.
</para>
</note>
<note>
<para>On Windows, this has no affect on local files. Non-blocking IO for local files is not supported on Windows.
</para>
</note>
</refsect1>
<refsect1 role="seealso">