mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dd711455d8
commit
5518f46b27
1 changed files with 3 additions and 10 deletions
|
@ -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>
|
||||
¬e.exec-path;
|
||||
&warn.sm.exec;
|
||||
<para>
|
||||
See also <function>pclose</function>, <function>fopen</function>,
|
||||
and <function>proc_open</function>.
|
||||
|
|
Loading…
Reference in a new issue