mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Close files with lock before background execution (bug #37574)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241478 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
769d2d8c68
commit
4e4136aaf7
1 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- Purpose: fileprocess.process -->
|
||||
<!-- Membership: core -->
|
||||
|
||||
|
@ -44,6 +44,16 @@
|
|||
&no.constants;
|
||||
</section>
|
||||
|
||||
<section xml:id="exec.notes">
|
||||
&reftitle.notes;
|
||||
<warning>
|
||||
<para>
|
||||
Open files with lock (especially open sessions) should be closed before
|
||||
executing a program in the bacground.
|
||||
</para>
|
||||
</warning>
|
||||
</section>
|
||||
|
||||
<section xml:id="exec.seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue