stas        2003/09/26 12:17:21

  Modified:    src/docs/2.0/user/porting compat.pod
  Log:
  $r->cleanup_for_exec is not in the mp2 api
  
  Revision  Changes    Path
  1.22      +12 -0     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.21
  retrieving revision 1.22
  diff -u -u -r1.21 -r1.22
  --- compat.pod        22 Sep 2003 22:38:12 -0000      1.21
  +++ compat.pod        26 Sep 2003 19:17:21 -0000      1.22
  @@ -674,6 +674,18 @@
   C<$r-E<gt>get_remote_host> is available through
   C<L<Apache::compat|docs::2.0::api::Apache::compat>>.
   
  +=head2 C<$r-E<gt>cleanup_for_exec>
  +
  +C<$r-E<gt>cleanup_for_exec> doesn't exist in the Apache 2.0 API, it is
  +now being internally called by the Apache process spawning
  +functions. For more information see
  +C<L<Apache::SubProcess|docs::2.0::api::Apache::SubProcess>> manpage.
  +
  +There is C<L<$pool-E<gt>cleanup_for_exec|docs::2.0::api::APR::Pool>>,
  +but it's not the same as C<$r-E<gt>cleanup_for_exec> in the mod_perl
  +1.0 API.
  +
  +
   =head2 C<$r-E<gt>content>
   
   See the next item.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to