Re: Execute() offline

2002-03-05 Thread erik
On Tue, Mar 05, 2002 at 08:36:17PM +0100, Gerald Richter wrote: > > > > Yep. This works like a charm. Now I just have to decide whether or > > not to run with a custom patch in production :-) > > > > > You can savely use it. This patch is a much better solution then the old > one, which is ver

Re: Execute() offline

2002-03-05 Thread Gerald Richter
> > Yep. This works like a charm. Now I just have to decide whether or > not to run with a custom patch in production :-) > You can savely use it. This patch is a much better solution then the old one, which is very old and from a time where $ENV{MOD_PERL} didn't had exists. Gerald P.S. Star

Re: Execute() offline

2002-03-05 Thread erik
On Tue, Mar 05, 2002 at 04:40:31PM +0100, Gerald Richter wrote: > > But Embperl immediately assumes it should call Apache->request() if > > Apache is loaded. Is there any way around this? > > You could try to change the line 737 in Embperl.pm from > > elseif (exists $INC > > to > e

Re: Execute() offline

2002-03-05 Thread Gerald Richter
> But Embperl immediately assumes it should call Apache->request() if > Apache is loaded. Is there any way around this? You could try to change the line 737 in Embperl.pm from elseif (exists $INC to elsíf ($ENV{MOD_PERL}) Let me know if this works for you, so I could try to make E