Add note on scope of a putenv

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47855 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rasmus Lerdorf 2001-05-19 15:30:58 +00:00
parent 38014d8353
commit 6a2b433908

View file

@ -1258,7 +1258,9 @@ if (substr(php_uname(), 0, 7) == "Windows") {
</funcprototype>
</funcsynopsis>
<para>
Adds <parameter>setting</parameter> to the server environment.
Adds <parameter>setting</parameter> to the server environment. The
environment variable will only exist for the duration of the current request.
At the end of the request the environment is restored to its original state.
</para>
<para>
<example>