Re: Tied Apache::Session objects in AxKit::XSP::BasicSession

2005-06-16 Thread Perrin Harkins
Kjetil Kjernsmo wrote: OK, I have been working a couple of nights now to do this, and have been making some progress. But I seem to have difficulties with actually passing the tied hash, that is, making sure I pass the actually tied object, not just the data hash. I currently assign to pnote

Re: Tied Apache::Session objects in AxKit::XSP::BasicSession

2005-06-16 Thread Kjetil Kjernsmo
Hi and thanks for the response! On onsdag 15 juni 2005, 10:06, Perrin Harkins wrote: > Ideally, I would suggest you stop putting your session in a global. > That's just asking for trouble.   Yeah, I've had ambitions to do this for a long time, but not really a way to implement it gracefully. >

[mp2] PerlSetEnv Issue

2005-06-16 Thread Brian Becker
Title: [mp2] PerlSetEnv Issue Quick background - this is mod perl 2 version 2.0.0 on Apache 2 prefork on Solaris 10 Issue - when I access a file in folder "a" the variable FOO gets set using PerlSetEnv (see code below).  When I access a file (script file) in a different folder (lets say b)

RE: [mp2] error make test on test t/closure.t

2005-06-16 Thread maurizio amendola
Hi I found a trink to resolv this problem, but I don't know If it's the right solution. --- closure.t.backupMon Jun 13 16:30:56 2005 +++ closure.t Thu Jun 16 15:00:47 2005 @@ -88,7 +88,7 @@ my $orig_mtime = (stat($path))[8]; my $third = same_interp_req_body($same_interp, \&GET, $url);