stas 2002/07/31 09:38:13
Modified: src/docs/2.0/user/compat compat.pod
Log:
document the API change: $r->get_remote_host
Revision Changes Path
1.28 +7 -0 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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- compat.pod 27 Jun 2002 16:06:25 -0000 1.27
+++ compat.pod 31 Jul 2002 16:38:13 -0000 1.28
@@ -355,6 +355,13 @@
use Apache::SubRequest;
+=head2 C<$r-E<gt>get_remote_host>
+
+C<$r-E<gt>get_remote_host> has been renamed and moved into the package
+C<L<Apache::Connection>>:
+
+ use Apache::Connection;
+ $r->connection->remote_host();
=head2 C<$r-E<gt>content>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]