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