Re: [BUG] $r->subprocess_env() leaking to %ENV

2001-07-18 Thread Dominique Quatravaux
> Can't all these modules (your scripts, The environment leak in my test case was just to make my point clear, not a programmatic example of course > mod_ssl, etc) just use the request object and/or Apache notes to > communicate? That's exactly what they're there for! I get it now: there

Re: [BUG] $r->subprocess_env() leaking to %ENV

2001-07-18 Thread Roger Espel Llima
On Wed, Jul 18, 2001 at 11:41:01AM -0400, Geoffrey Young wrote: > well, in mod_cgi land it's not that easy to access r->notes, right? but > there is no reason that mod_ssl and friends couldn't set both for those of > us who can... *and* to (please!) have a way to turn off the environment crap in

RE: [BUG] $r->subprocess_env() leaking to %ENV

2001-07-18 Thread Geoffrey Young
> -Original Message- > From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 18, 2001 11:35 AM > To: [EMAIL PROTECTED] > Cc: Dominique Quatravaux > Subject: Re: [BUG] $r->subprocess_env() leaking to %ENV > > [snip] > Can

Re: [BUG] $r->subprocess_env() leaking to %ENV

2001-07-18 Thread Roger Espel Llima
Dominique Quatravaux <[EMAIL PROTECTED]> wrote: > I found the following behaviour in mod_perl, which is clearly > unexpected: I use an Apache that can serve both mod_perl and PHP > pages. I run it -X ; first I request the URI for this scriptlet > (under mod_perl's Apache::Registry): > > #!/usr/bi

RE: [BUG] $r->subprocess_env() leaking to %ENV

2001-07-17 Thread Sheth, Niraj
FYI http://forum.swarthmore.edu/epigone/modperl/quajugrar/DDC7EF25B9D6D311A2 [EMAIL PROTECTED] -Original Message- From: Dominique Quatravaux [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 2:24 PM To: [EMAIL PROTECTED] Subject: [BUG] $r->subprocess_env() leaking to %ENV He