Re: TestServer::start_gdb

2001-07-15 Thread Doug MacEachern
On Sat, 14 Jul 2001, Stas Bekman wrote: > doable. I know you don't want to lose -d shortcut :) yeah :) > I'm not sure what's the definition of 'always'. There are cases where you > run -d to debug the segfault and you want the debugger to 'run' till the > segfault without any breakpoints. Whe

Re: cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-07-15 Thread barries
On Sun, Jul 15, 2001 at 10:33:50PM -, [EMAIL PROTECTED] wrote: > +static int modperl_filter_register_request(request_rec *r, > +if (*name == 'M' && strEQ(name, name)) { strEQ(name, name)? > -#define MP_INPUT_FILTER_MESSAGE 0x01 > -#define MP_INPUT_FILTER_BODY0x

Re: cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-07-15 Thread Doug MacEachern
On Sun, 15 Jul 2001, barries wrote: > > +if (*name == 'M' && strEQ(name, name)) { > > strEQ(name, name)? whoops, good catch, fixed. > That sounds better to me now, FW little IW. cool. > > -sub handler : InputFilterBody { > > +sub handler : FilterRequestHandler { > >

Re: TestServer::start_gdb

2001-07-15 Thread Stas Bekman
On Sun, 15 Jul 2001, Doug MacEachern wrote: > On Sat, 14 Jul 2001, Stas Bekman wrote: > > > doable. I know you don't want to lose -d shortcut :) > > yeah :) > > > I'm not sure what's the definition of 'always'. There are cases where you > > run -d to debug the segfault and you want the debugger t

Re: env MOD_PERL_TRACE doesn't take an effect and other trace issues

2001-07-15 Thread Stas Bekman
On Fri, 13 Jul 2001, Doug MacEachern wrote: > On Sat, 30 Jun 2001, Stas Bekman wrote: > > > modperl_trace_level_set gets called from modperl_cmd.c only if you have > > PerlTrace in httpd.conf. Of course this case ignores the env var, but > > there is no other place in the code that calls this fun

Re: implementing PerlModule take 1

2001-07-15 Thread Stas Bekman
On Fri, 13 Jul 2001, Doug MacEachern wrote: > > - shouldn't PerlRequire be just an alias for PerlModule? since apparently > > its implementation seem to be identical to PerlModule. > > PerlRequire puts quotes around the value, since PerlRequire is a file, > whereas PerlModule is a bareword. So i