disabling shell_exec also disables

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65057 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-14 20:44:06 +00:00
parent 3d837f707e
commit 02a9205752

View file

@ -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 @@ echo "<pre>$output</pre>";
<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>