mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added changelog entry for the fixed wouldblock param on windows https://bugs.php.net/bug.php?id=54129
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336705 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61b8c6fb86
commit
5eb641c91a
1 changed files with 8 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The optional third argument is set to 1 if the lock would block
|
||||
(EWOULDBLOCK errno condition). (not supported on Windows)
|
||||
(EWOULDBLOCK errno condition).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -104,6 +104,13 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.5.22, 5.6.6</entry>
|
||||
<entry>
|
||||
Added support for the <parameter>wouldblock</parameter> parameter on
|
||||
Windows.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.2</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue