mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
A note about safe mode and safe_mode_exec_dir. Closing bug #15157
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104160 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d82a66dfed
commit
ddd0b09c61
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<reference id="ref.exec">
|
||||
<title>Program Execution functions</title>
|
||||
<titleabbrev>Program Execution</titleabbrev>
|
||||
|
@ -41,8 +41,11 @@
|
|||
<section id="exec.seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
Those functions are also closely related to the
|
||||
These functions are also closely related to the
|
||||
<link linkend="language.operators.execution">backtick operator</link>.
|
||||
Also, while in <link linkend="features.safe-mode">Safe Mode</link> you
|
||||
must consider the <link linkend="ini.safe-mode-exec-dir">
|
||||
safe_mode_exec_dir</link> directive.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue