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 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 is

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

2001-07-17 Thread Dominique Quatravaux
Hello, 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/bin/perl $ENV{LEAKING}=oops; Then I visit a PHP page

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