Re: dropping ModPerl::RegistryNG

2002-05-19 Thread Doug MacEachern
On Sun, 19 May 2002, Stas Bekman wrote: > Is it ok if I drop ModPerl::RegistryNG? Currently it just an alias to > ModPerl::Registry. there is no need for it, because the whole family is > NG now. Also it's not called Apache::RegistryNG in any case. sounds right to me. the original idea behind

Re: a few compat layer questions

2002-05-19 Thread Doug MacEachern
On Sun, 19 May 2002, Stas Bekman wrote: > I beg your pardon? I cannot find any reference of you saying anything > regarding $r->content. i'm certain i've at least stated several times that $r->content and $r->args in-an-array-context were mistakes that never should have been part of the api.

Re: strange compile error from CVS

2002-05-19 Thread Dave Rolsky
On Sat, 18 May 2002, Doug MacEachern wrote: > On Sat, 18 May 2002, Dave Rolsky wrote: > > > after syncing up from CVS just now I get this during the compile: > > what version of apache? should be at least 2.0.36 > i'll be updating Makefile.PL to make sure it is at least that before _02. Yep, th

Re: a few compat layer questions

2002-05-19 Thread Stas Bekman
Doug MacEachern wrote: > On Sat, 18 May 2002, Stas Bekman wrote: > > >>err_header_out() is not available in 2.x. We sugest to use >>err_headers_out() instead. but we don't have it in the compat layer. >> >>Should we implement it in Apache::compat similar to header_out()? > > > yes. done >>$

Re: And some strangeness with dir_config

2002-05-19 Thread Stas Bekman
Doug MacEachern wrote: >>For some reason, Apache->request->dir_config returns an empty table (no >>keys or values) even though Apache->server->dir_config has the revelant >>config info. > > > i can see why this is happening, the per-server and per-dir tables are not > merged. one thing that'l

dropping ModPerl::RegistryNG

2002-05-19 Thread Stas Bekman
Is it ok if I drop ModPerl::RegistryNG? Currently it just an alias to ModPerl::Registry. there is no need for it, because the whole family is NG now. Also it's not called Apache::RegistryNG in any case. __ Stas BekmanJ