stas 2004/02/09 10:44:58 Modified: src/docs/2.0/user/porting compat.pod Log: Since Apache::SubProcess is now part of the mp2 API, add $r->cleanup_for_exec as a noop in Apache::compat. That function is no longer needed in Apache2. Revision Changes Path 1.38 +14 -2 modperl-docs/src/docs/2.0/user/porting/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v retrieving revision 1.37 retrieving revision 1.38 diff -u -u -r1.37 -r1.38 --- compat.pod 19 Jan 2004 20:04:32 -0000 1.37 +++ compat.pod 9 Feb 2004 18:44:58 -0000 1.38 @@ -729,6 +729,16 @@ C<L<Apache::compat|docs::2.0::api::Apache::compat>> implements C<$r-E<gt>current_callback> for backwards compatibility. +=head2 C<$r-E<gt>cleanup_for_exec> + +C<$r-E<gt>cleanup_for_exec> wasn't a part of the mp1 core API, but +lived in a 3rd party module C<Apache::SubProcess>. That module's +functionality is now a part of mod_perl 2.0 API. But Apache 2.0 +doesn't need this function any longer. + +C<L<Apache::compat|docs::2.0::api::Apache::compat>> implements +C<$r-E<gt>cleanup_for_exec> for backwards compatibility as a NOOP. + =head2 C<$r-E<gt>get_remote_host> C<get_remote_host()> is now invoked on the C<L<connection @@ -1020,8 +1030,10 @@ =head2 C<$r-E<gt>kill_timeout> The functions C<$r-E<gt>hard_timeout>, C<$r-E<gt>reset_timeout>, -C<$r-E<gt>soft_timeout> and C<$r-E<gt>kill_timeout> aren't needed -in mod_perl 2.0. +C<$r-E<gt>soft_timeout> and C<$r-E<gt>kill_timeout> aren't needed in +mod_perl 2.0. C<L<Apache::compat|docs::2.0::api::Apache::compat>> +implements these functions for backwards compatibility as NOOPs. + =head2 C<$r-E<gt>set_byterange>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]