On Wed, 7 Mar 2001, Ask Bjoern Hansen wrote:
> On 6 Oct 2000 [EMAIL PROTECTED] wrote:
>
> > dougm 00/10/06 13:18:29
> >
> > Modified:t/internal error.t
> >src/modules/perl mod_perl.c
> > Log:
> > more for the "Apache::send_http_header was resetting r->status = 20
On 6 Oct 2000 [EMAIL PROTECTED] wrote:
> dougm 00/10/06 13:18:29
>
> Modified:t/internal error.t
>src/modules/perl mod_perl.c
> Log:
> more for the "Apache::send_http_header was resetting r->status = 200" fix
Doug, do you remember what this was about?
(I just ha
the mod_perl.c update is causing conficts with the set_handlers patch...
the patch works, albit with lots of fuzz, but make yields:
mod_perl.c: In function `perl_run_stacked_handlers':
mod_perl.c:1342: parse error before `register'
make[3]: *** [mod_perl.o] Error 1
make[2]: *** [all] Error 1
m
> I need some help explaining this change.
i would just call it:
fix for 'sub handler : method {}' support when method is not found
On Sat, Jun 03, 2000 at 01:57:26PM -0700, Ask Bjoern Hansen wrote:
> On 2 Jun 2000 [EMAIL PROTECTED] wrote:
>
> > Modified:src/modules/perl mod_perl.c
> > Log:
> > fix segfault
>
> Don't forget to update Changes.
>
I need some help explaining this change.
Here's what happened:
On 2 Jun 2000 [EMAIL PROTECTED] wrote:
> Modified:src/modules/perl mod_perl.c
> Log:
> fix segfault
Don't forget to update Changes.
- ask