jimw            Mon Jan 22 18:50:39 2001 EDT

  Modified files:              
    /phpdoc/en/language operators.xml 
  Log:
  note that backtick operator is disabled when in safe_mode
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.16 phpdoc/en/language/operators.xml:1.17
--- phpdoc/en/language/operators.xml:1.16       Wed Jan  3 11:06:46 2001
+++ phpdoc/en/language/operators.xml    Mon Jan 22 18:50:39 2001
@@ -303,6 +303,12 @@
      </programlisting>
     </informalexample>
    </para>
+   <note>
+    <para>
+     The backtick operator is disabled when <link
+     linkend="ini.safe-mode">safe mode</link> is enabled.
+    </para>
+   </note>
    <para>
     See also <function>system</function>,
     <function>passthru</function>, <function>exec</function>,


Reply via email to