well, knowing how apache works it was definitely a surprise when I looked at subenv.t :)
Are you referring to the line:
$env = $r->subprocess_env; #table may have been overlayed
where it says "may have been"?
no, that $r->subprocess_env(MYFOO => 1) magically set $ENV{FOO}. I wasn't expecting that.
It does so only if -SetupEnv and subprocess_env wasn't called yet during this request in the void context. What's wrong about it? I'll adjust the test to explicitly test for %ENV.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
