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:
Philip Olson 2002-11-15 09:11:21 +00:00
parent d82a66dfed
commit ddd0b09c61

View file

@ -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>