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.
> $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??
> 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|