Doug MacEachern wrote:
> On Wed, 10 Apr 2002, Stas Bekman wrote:
>
>
>>BTW, Apache::Server->process segfaults (after rebuild), bt at the end.
>
>
> try Apache->server->process, i'll fix the other one later.
that works.
>>I thought the deprecation was about not doing it on the modperl side.
On Wed, 10 Apr 2002, Stas Bekman wrote:
> BTW, Apache::Server->process segfaults (after rebuild), bt at the end.
try Apache->server->process, i'll fix the other one later.
> I thought the deprecation was about not doing it on the modperl side. If
> we just provide a glue code, what's wrong wi
Doug MacEachern wrote:
> On Wed, 10 Apr 2002, Stas Bekman wrote:
>
>
>>none of these look like an intuitive replacement for a pool object as a
>>first argument :(
>
>
> that's done on purpose. if you're not going to pass in an APR::Pool
> object, you should know what you're doing. that is
On Wed, 10 Apr 2002, Stas Bekman wrote:
> none of these look like an intuitive replacement for a pool object as a
> first argument :(
that's done on purpose. if you're not going to pass in an APR::Pool
object, you should know what you're doing. that is, pretend we supported
Apache::server_
Doug MacEachern wrote:
> On Tue, 9 Apr 2002, Stas Bekman wrote:
>
>
>>Are we going to add the Apache::Server->pool function? we already have
>
>
> no. but we can enable Apache::Server->process->{pconf,pool}
+1
>>the C code: modperl_sv2pool. I need it for RegistryLoader in
>>server_root_re
On Tue, 9 Apr 2002, Stas Bekman wrote:
> Are we going to add the Apache::Server->pool function? we already have
no. but we can enable Apache::Server->process->{pconf,pool}
> the C code: modperl_sv2pool. I need it for RegistryLoader in
> server_root_relative(). I see the item of using pconf i
> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes:
SB> Issac, I don't want them to be off by default too. The "original" idea
SB> came from
SB> the gcc-color wrapper, but now I see that it has gone from gcc. Probably
Don't discount the fact that there are a significant number of people
who
> > Yes, the bleadperl loses CFLAGS as reported by Doug at p5p. One of the
> > recent updates to MakeMaker broke things.
>
> has been fixed within patch level 15808
indeed :) nice work guys!
--Geoff
-
To unsubscribe, e-mail:
Are we going to add the Apache::Server->pool function? we already have
the C code: modperl_sv2pool. I need it for RegistryLoader in
server_root_relative(). I see the item of using pconf in startup, but
why not Apache::Server->pool via modperl_sv2pool? I suppose that's
because now we may have d