Fixed PHP bug #51771 (fclose() seems not to unlock the file)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299368 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-05-14 07:43:23 +00:00
parent b84500089b
commit f3b46b64e6

View file

@ -106,6 +106,12 @@
</row>
</thead>
<tbody>
<row>
<entry>5.3.2</entry>
<entry>
The automatic unlocking when the file's resource handle is closed was
removed. Unlocking now always has to be done manually.
</row>
<row>
<entry>4.0.1</entry>
<entry>
@ -187,13 +193,6 @@ fclose($fp);
<function>fopen</function>).
</para>
</note>
<note>
<para>
POSIX.1 compatible systems will release the scripts <function>flock</function>'s
on a file, if the scripts uses <function>fclose</function> on any file handle
on that file.
</para>
</note>
<warning>
<para>
Assigning other value to <parameter>handle</parameter> argument in the