LOCK_NB is not supported on Windows

Internally LOCK_NB is simply discarded if the bits are passed along to flock()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342693 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2017-07-21 21:02:38 +00:00
parent 70fb482c26
commit 04e210bb02

View file

@ -68,7 +68,7 @@
<para>
It is also possible to add <constant>LOCK_NB</constant> as a bitmask to one
of the above operations if you don't want <function>flock</function> to
block while locking.
block while locking (Not supported on Windows).
</para>
</listitem>
</varlistentry>