Fix doc bug #53478 (putenv manpage note change for clarity).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305999 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-12-06 10:05:43 +00:00
parent e54b633283
commit d01d2df43a

View file

@ -80,8 +80,10 @@ putenv("UNIQID=$uniqid");
&reftitle.notes;
<warning>
<para>
These directives have only effect when <link
linkend="features.safe-mode">safe-mode</link> itself is enabled!
The <literal>safe_mode_allowed_env_vars</literal> and
<literal>safe_mode_protected_env_vars</literal> directives only take
effect when <link linkend="features.safe-mode">safe_mode</link> is
enabled.
</para>
</warning>
</refsect1>