mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3d837f707e
commit
02a9205752
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue