didou           Tue Feb 17 13:49:40 2004 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  add an entity for safe mode execution stuff
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.74&r2=1.75&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.74 phpdoc/en/language-snippets.ent:1.75
--- phpdoc/en/language-snippets.ent:1.74        Sun Feb 15 12:21:03 2004
+++ phpdoc/en/language-snippets.ent     Tue Feb 17 13:49:39 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.74 $ -->
+<!-- $Revision: 1.75 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -153,6 +153,10 @@
 about to operate on have the same UID (owner) as the script that is being
 executed.'>
 
+<!ENTITY warn.sm.exec '<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>'>
+
 <!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
 you are about to operate has the same UID (owner) as the script that is being
 executed.'>

Reply via email to