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. If >>we just provide a glue code, what's wrong with >>parsing-in-an-array-context? By this context you mean: >> >> @args = $r->args; ? > > > yeah, that's what i mean. we're not supporting that in the core in 2.0. > but you can change the Apache::compat version to use httpd builtin parsing > code if/when it gets there. ok, thanks. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
