Re: [PATCH] add modperl_output_filter_send_EOS()

2001-05-23 Thread barries
On Tue, May 22, 2001 at 03:14:35PM -0700, Doug MacEachern wrote: > i read on new-httpd that we do not need to send a eos bucket at all and > apache will do the right thing. I think Ryan is means that's true only for response handlers. ap_finalize_request_protocol() sends an EOS if one hasn't been

Re: AxKit and PHP

2001-05-23 Thread Matt Sergeant
On Tue, 22 May 2001, Doug MacEachern wrote: > did you remove the END xsub too? Yes. > i'd be surprised if this works, since apache will re-load AxKit.so, but > Perl will still be pointing to the old xsub address, since i don't > think the .pm will reloaded with this stuff stripped out. > > the