Date: 05/19/01
- Next message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions dir.xml"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Function References not showing up in docs for mixed case function names"
- Next in thread: Sean Bright: "[PHP-DOC] cvs: phpdoc /en/functions info.xml"
- Maybe reply: Sean Bright: "[PHP-DOC] cvs: phpdoc /en/functions info.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions dir.xml"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Function References not showing up in docs for mixed case function names"
- Next in thread: Sean Bright: "[PHP-DOC] cvs: phpdoc /en/functions info.xml"
- Maybe reply: Sean Bright: "[PHP-DOC] cvs: phpdoc /en/functions info.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

