stas        2003/02/19 14:23:10

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  move $connection->user entry to the right location
  
  Revision  Changes    Path
  1.45      +5 -6      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.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- compat.pod        17 Feb 2003 22:15:04 -0000      1.44
  +++ compat.pod        19 Feb 2003 22:23:10 -0000      1.45
  @@ -480,11 +480,6 @@
   C<chdir()> is not a thread-safe function, therefore
   C<$r-E<gt>chdir_file> is gone from the API.
   
  -=head2 C<$r-E<gt>connection-E<gt>user>
  -
  -This method is deprecated in mod_perl 1.0 and C<$r-E<gt>user> should
  -be used instead, for both versions of mod_perl. C<$r-E<gt>user()>
  -method is available since mod_perl version 1.24_01.
   
   =head2 C<$r-E<gt>is_main>
   
  @@ -626,6 +621,8 @@
   
   =head1 C<Apache::Connection>
   
  +
  +
   =head2 C<$connection-E<gt>auth_type>
   
   The record I<auth_type> doesn't exist in the Apache 2.0's connection
  @@ -640,7 +637,9 @@
   
   =head2  C<$connection-E<gt>user>
   
  -See C<L<$connection-E<gt>auth_type|/C__connection_E_gt_auth_type_>>.
  +This method is deprecated in mod_perl 1.0 and C<$r-E<gt>user> should
  +be used instead for both versions of mod_perl. C<$r-E<gt>user()>
  +method is available since mod_perl version 1.24_01.
   
   =head1 C<Apache::File>
   
  
  
  

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

Reply via email to