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