jimw            Fri Dec 14 15:44:06 2001 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  disabling shell_exec also disables 
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.30 phpdoc/en/language/operators.xml:1.31
--- phpdoc/en/language/operators.xml:1.30       Wed Dec 12 15:47:39 2001
+++ phpdoc/en/language/operators.xml    Fri Dec 14 15:44:06 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -339,14 +339,14 @@
    <note>
     <para>
      The backtick operator is disabled when <link
-     linkend="ini.safe-mode">safe mode</link> is enabled.
+     linkend="ini.safe-mode">safe mode</link> is enabled
+     or <function>shell_exec</function> is disabled.
     </para>
    </note>
    <para>
-    See also <function>system</function>,
-    <function>passthru</function>, <function>exec</function>,
-    <function>popen</function>, and
-    <function>escapeshellcmd</function>.
+    See also <function>escapeshellcmd</function>, <function>exec</function>,
+    <function>passthru</function>, <function>popen</function>,
+    <function>shell_exec</function>, and <function>system</function>.
    </para>
   </sect1>
 


Reply via email to