Re: modperl-2 tests on Win32

2001-12-20 Thread Randy Kobes
On Thu, 20 Dec 2001, Doug MacEachern wrote: > On Thu, 20 Dec 2001, Randy Kobes wrote: > > > Hi, > > Running the modperl-2 tests on Win32 runs into > > problems of not finding things in @INC. I think this is > > because when @INC is set in the add_inc sub of > > Apache-Test/lib/Apache/TestCo

Re: [patch] send_fd

2001-12-20 Thread Stas Bekman
Doug MacEachern wrote: > On Fri, 21 Dec 2001, Stas Bekman wrote: > > thanks, but we need to keep $r->send_fd working as it did with 1.x, no > length required. have you seen $r->sendfile? this is meant to provide an > interface to the 2.0 send_fd but just for sending files. I've seen sendfile,

Re: [patch] send_fd

2001-12-20 Thread Doug MacEachern
On Fri, 21 Dec 2001, Stas Bekman wrote: thanks, but we need to keep $r->send_fd working as it did with 1.x, no length required. have you seen $r->sendfile? this is meant to provide an interface to the 2.0 send_fd but just for sending files. --

Re: modperl-2 tests on Win32

2001-12-20 Thread Doug MacEachern
On Thu, 20 Dec 2001, Randy Kobes wrote: > Hi, > Running the modperl-2 tests on Win32 runs into > problems of not finding things in @INC. I think this is > because when @INC is set in the add_inc sub of > Apache-Test/lib/Apache/TestConfig.pm, the "lib.pm" that's > being picked up is not Perl

[patch] send_fd

2001-12-20 Thread Stas Bekman
this patch: - implements a typemap entry and a conversion function for apr_os_file_t from perl glob - implements send_fd Tested with 5.6.1 and bleadperl APR Issues: - apr requires the length of the file to be sent as an arg to ap_send_fd which makes it impossible to use with just opened fh. I do

modperl-2 tests on Win32

2001-12-20 Thread Randy Kobes
Hi, Running the modperl-2 tests on Win32 runs into problems of not finding things in @INC. I think this is because when @INC is set in the add_inc sub of Apache-Test/lib/Apache/TestConfig.pm, the "lib.pm" that's being picked up is not Perl's system lib.pm but rather mod_perl's Lib.pm in blib