mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e54b633283
commit
d01d2df43a
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue