mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b124d58c8a
commit
b5e5847fa9
1 changed files with 4 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue