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:
Pieter Hordijk 2015-04-30 20:24:22 +00:00
parent 61b8c6fb86
commit 5eb641c91a

View file

@ -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>