You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/06/02 15:42:05 UTC

cvs commit: modperl-docs/src/docs/2.0/user/compat compat.pod

stas        2002/06/02 06:42:05

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  syncing with recent changes
  
  Revision  Changes    Path
  1.20      +18 -4     modperl-docs/src/docs/2.0/user/compat/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- compat.pod	23 May 2002 02:54:33 -0000	1.19
  +++ compat.pod	2 Jun 2002 13:42:04 -0000	1.20
  @@ -54,10 +54,10 @@
   
     PerlSwitches -w
   
  +=head2 C<PerlFreshRestart>
   
  -
  -
  -
  +C<PerlFreshRestart> is a mod_perl 1.0 legacy and doesn't exist in
  +mod_perl 2.0.
   
   =head1 Code Porting
   
  @@ -335,6 +335,12 @@
   
   See the L<Apache::ServerUtil> manpage.
   
  +=head2 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()>
  +
  +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.
  +
   
   
   
  @@ -379,7 +385,7 @@
   
   C<Apache::Util::size_string> has been replaced with
   C<APR::String::format_size>, which returns formatted strings of only 4
  -characters long. See the L<C<APR::String>> manpage.
  +characters long. See the C<L<APR::String>> manpage.
   
   =head2 C<Apache::Util::unescape_uri()>
   
  @@ -430,6 +436,14 @@
   C<($$)> prototype doesn't make sense anymore. Therefore if you want
   your code to work with both mod_perl generations, you should use the
   subroutine attributes.
  +
  +
  +
  +
  +=head1 C<Apache::Table>
  +
  +C<Apache::Table> has been renamed to C<APR::Table>.
  +
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org