didou           Tue Feb 17 13:55:56 2004 EDT

  Modified files:              
    /phpdoc/en/reference/exec/functions exec.xml system.xml 
  Log:
  used the new entity
  # related to #27076 but we still need to invistigate with the other functions
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.8 
phpdoc/en/reference/exec/functions/exec.xml:1.9
--- phpdoc/en/reference/exec/functions/exec.xml:1.8     Wed Jan 28 15:09:15 2004
+++ phpdoc/en/reference/exec/functions/exec.xml Tue Feb 17 13:55:55 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/exec.xml, last change in rev 1.2 -->
   <refentry id="function.exec">
    <refnamediv>
@@ -65,14 +65,7 @@
       <literal>..</literal> components in the path to the executable.
      </simpara>
     </note>
-    <warning>
-     <simpara>
-      With <link linkend="features.safe-mode">safe mode</link> enabled,
-      all words following the initial command string are treated as a
-      single argument. Thus, <literal>echo y | echo x</literal> becomes
-      <literal>echo 'y | echo x'</literal>.
-     </simpara>
-    </warning>
+    &warn.sm.exec;
     <para>
      See also <function>system</function>,
      <function>passthru</function>, <function>popen</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/system.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/exec/functions/system.xml
diff -u phpdoc/en/reference/exec/functions/system.xml:1.6 
phpdoc/en/reference/exec/functions/system.xml:1.7
--- phpdoc/en/reference/exec/functions/system.xml:1.6   Wed Dec 31 05:39:42 2003
+++ phpdoc/en/reference/exec/functions/system.xml       Tue Feb 17 13:55:55 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/exec.xml, last change in rev 1.24 -->
   <refentry id="function.system">
    <refnamediv>
@@ -84,6 +84,7 @@
       <literal>..</literal> components in the path to the executable.
      </simpara>
     </note>
+    &warn.sm.exec;
     <para>
      See also <function>exec</function>,
      <function>passthru</function>, <function>popen</function>,

Reply via email to