[PHP-DOC] cvs: phpdoc /en/functions info.xml From: Rasmus Lerdorf (rasmus <email protected>)
Date: 05/19/01

rasmus Sat May 19 08:30:58 2001 EDT

  Modified files:
    /phpdoc/en/functions info.xml
  Log:
  Add note on scope of a putenv
  
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.45 phpdoc/en/functions/info.xml:1.46
--- phpdoc/en/functions/info.xml:1.45 Wed May 16 11:33:20 2001
+++ phpdoc/en/functions/info.xml Sat May 19 08:30:58 2001
@@ -1258,7 +1258,9 @@
      </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>