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:
Jakub Vrana 2007-08-17 21:09:18 +00:00
parent 769d2d8c68
commit 4e4136aaf7

View file

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