geoff 2004/01/30 11:34:31 Modified: src/docs/2.0/user/config config.pod Log: added some subprocess_env details Revision Changes Path 1.58 +9 -3 modperl-docs/src/docs/2.0/user/config/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- config.pod 25 Jan 2004 09:04:57 -0000 1.57 +++ config.pod 30 Jan 2004 19:34:31 -0000 1.58 @@ -221,9 +221,9 @@ $r->subprocess_env; -in a void context (which has the same effect as C<PerlOptions -+SetupEnv> for the handler that called it), only the following -environment variables are accessible via C<%ENV>: +in a void context with no arguments (which has the same effect +as C<PerlOptions +SetupEnv> for the handler that called it), only +the following environment variables are accessible via C<%ENV>: =over @@ -300,6 +300,12 @@ called and restored afterwards (similar to mod_perl 1.0). This includes: C<%ENV>, C<@INC>, C<$/>, C<STDOUT>'s C<$|> and C<END> blocks array (C<PL_endav>). + +=item * + +Entries added to C<%ENV> are passed on to the C<subprocess_env> table, +and are thus accessible via C<r-E<gt>subprocess_env> during the later +C<PerlLogHandler> and C<PerlCleanupHandler> phases. =back
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]