didou           Thu Feb 19 12:53:49 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   popen.xml 
  Log:
  using the good entity and adding a new one
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/popen.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/filesystem/functions/popen.xml
diff -u phpdoc/en/reference/filesystem/functions/popen.xml:1.11 
phpdoc/en/reference/filesystem/functions/popen.xml:1.12
--- phpdoc/en/reference/filesystem/functions/popen.xml:1.11     Wed Dec 31 05:39:43 
2003
+++ phpdoc/en/reference/filesystem/functions/popen.xml  Thu Feb 19 12:53:49 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.popen">
    <refnamediv>
@@ -67,15 +67,8 @@
       </programlisting>
      </informalexample>
     </para>
-    <note>
-     <simpara>
-      When <link linkend="features.safe-mode">safe mode</link> is enabled, you
-      can only execute executables within the <link
-       linkend="ini.safe-mode-exec-dir">safe_mode_exec_dir</link>. For
-      practical reasons it's currently not allowed to have
-      <literal>..</literal> components in the path to the executable.
-     </simpara>
-    </note>
+    &note.exec-path;
+    &warn.sm.exec;
     <para>
      See also <function>pclose</function>, <function>fopen</function>,
      and <function>proc_open</function>.

Reply via email to