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 >>$r->content() was dropped. should we provide some wrapper to be part >>of 2.0 API, similar to the content() wrapper in Apache::compat? > > > no, Apache::compat is all we provide. > > >>also why was this method dropped? was it because now there are different >>request bodies? > > > are you kidding?!? how many times now have i explained why $r->args in an > array context and $r->content have been dropped?? I beg your pardon? I cannot find any reference of you saying anything regarding $r->content. >>chdir_file() can be implemented the same way it was on 1.x, for >>non-threaded mpms, no? So if we implement it with ifdef it won't be good >>because then the user code won't work on the threaded mpm? > > not worth the trouble. whatever chdir solution is used for threaded mpms > should be good enough to use with prefork too. I understand. __________________________________________________________________ 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]
