The APR/Perlio layer is incomplete yet, but you can see what I've done so
far and push me into the right direction if I'm on the wrong one. If i've
picked the right convention for the filename and put things into right
places I won't mind to commit this stuff, since I need it on the parallel
work
On Thu, 6 Dec 2001, Stas Bekman wrote:
> While we are at it. I've placed the implementation into
> modperl_perlio.c|h and xs/APR/IO/APR_IO.h. Is that OK?
should be: xs/APR/PerlIO/APR__PerlIO.h
> yes, there is, but the problem is translating errno from APR to Perl's
> errno. Perl's SETERRNO
On Thu, 6 Dec 2001, Stas Bekman wrote:
> [EMAIL PROTECTED] wrote:
>
> > dougm 01/12/05 11:11:34
> >
> > Modified:lib/Apache compat.pm
> > Log:
> > some whitespace style nits
> > remove redundant use of Apache::{Response,RequestRec}
>
>
> why they are redundant?
% egrep 'use
On Thu, 6 Dec 2001, Stas Bekman wrote:
> There are a few nits to solve with Apache::File compat:
>
> - $r->set_content_length doesn't support the call without args in 2.0
...
> The same problem here, in 2.0 you must pass the time argument
>
> =item $r->update_mtime()
...
> =item $r->set_last_
On Thu, 6 Dec 2001, Stas Bekman wrote:
> in fact this one is the opposite, the syntax in 2.0 is only
> $r->set_last_modified, with no args.
same with the 1.x ap_set_last_modified() function.
-
To unsubscribe, e-mail: [EMAIL P
On Thu, 6 Dec 2001, Stas Bekman wrote:
> this patch puts things into the desired order:
i don't see a patch, but +1
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Doug MacEachern wrote:
> On Thu, 6 Dec 2001, Stas Bekman wrote:
>
>
>>There are a few nits to solve with Apache::File compat:
>>
>>- $r->set_content_length doesn't support the call without args in 2.0
>>
> ...
>
>>The same problem here, in 2.0 you must pass the time argument
>>
>>=item $r->up
On Fri, 7 Dec 2001, Stas Bekman wrote:
> I know, my question was whether we keep the interface exactly as 1.x was
> or we change it and let the compat layer to do the work. If we do make
> it fully compatible, should these adjustments live in File__Apache.h or
> elsewhere?
yeah, we should
On Fri, 7 Dec 2001, Stas Bekman wrote:
cool! one major problem with the file layout/linking however.
neither perlio nor apr is tied to httpd, so the APR PerlIO layer shouldn't
be either. that is, it should be possible to use the APR PerlIO layer
outside of httpd. there's no need to use the .ma
On Thu, 6 Dec 2001, Stas Bekman wrote:
> modperl/getc.FAILED tests 1-2
ouch, another one that left STDIN tied to a stale request. try now.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Doug MacEachern wrote:
> On Thu, 6 Dec 2001, Stas Bekman wrote:
>
>
>>modperl/getc.FAILED tests 1-2
>>
>
> ouch, another one that left STDIN tied to a stale request. try now.
that works, I didn't see the commit emails though.
More failures:
t/TEST -v -order=89573612 -tim
[EMAIL PROTECTED] wrote:
> On Sun, 28 Oct 2001, Paul DuBois wrote:
>
>
>>I don't know if you're still maintaing the list of publications
>>that mention mod_perl...looks like maybe not, given the dates on
>>the items. But if you are, this book (by me) has a chapter on
>>mod_perl in the con
12 matches
Mail list logo