using the good entity and adding a new one

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151824 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-02-19 17:53:49 +00:00
parent dd711455d8
commit 5518f46b27

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.popen">
<refnamediv>
@ -67,15 +67,8 @@ pclose($handle);
</programlisting>
</informalexample>
</para>
<note>
<simpara>
When <link linkend="features.safe-mode">safe mode</link> is enabled, you
can only execute executables within the <link
linkend="ini.safe-mode-exec-dir">safe_mode_exec_dir</link>. For
practical reasons it's currently not allowed to have
<literal>..</literal> components in the path to the executable.
</simpara>
</note>
&note.exec-path;
&warn.sm.exec;
<para>
See also <function>pclose</function>, <function>fopen</function>,
and <function>proc_open</function>.