On Fri, 17 May 2002, Dave Rolsky wrote: > Nope, I'm using 5.6.1. Perhaps that explains the problem?
actually, 5.6.1 would have had the same issue. its 5.6.0 where G_METHOD is not implemented. if you give a whirl with cvs, it should be working now. > > > FWIW, a non-method handler seems to work fine but then I get segfaults > > > later in the code when I call "$r->filename". > > > > is $r something other than an Apache::RequestRec? > > Nope. ok, i'd need a test case to reproduce to figure out the problem. > Mason sometimes tries to get the dir_config info at server startup, so it > uses Apache->server. Other times it uses Apache->request. Apache::ServerUtil has been added to Apache::compat in cvs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
