vrana           Fri Aug 17 21:09:18 2007 UTC

  Modified files:              
    /phpdoc/en/reference/exec   reference.xml 
  Log:
  Close files with lock before background execution (bug #37574)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/exec/reference.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/exec/reference.xml
diff -u phpdoc/en/reference/exec/reference.xml:1.12 
phpdoc/en/reference/exec/reference.xml:1.13
--- phpdoc/en/reference/exec/reference.xml:1.12 Wed Jun 20 22:24:25 2007
+++ phpdoc/en/reference/exec/reference.xml      Fri Aug 17 21:09:18 2007
@@ -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>

Reply via email to