Author: stas
Date: Mon Nov 29 08:24:14 2004
New Revision: 106927

URL: http://svn.apache.org/viewcvs?view=rev&rev=106927
Log:
update filename compat changes in the code

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod
   perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod?view=diff&rev=106927&p1=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod&r1=106926&p2=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod&r2=106927
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod  (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/compat.pod  Mon Nov 29 
08:24:14 2004
@@ -115,6 +115,8 @@
 
 =item * C<Apache::RequestRec::notes>
 
+=item * C<Apache::RequestRec::filename>
+
 =item * C<Apache::RequestRec::finfo>
 
 =item * C<Apache::Connection::local_addr>

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?view=diff&rev=106927&p1=perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod&r1=106926&p2=perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod&r2=106927
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod        
(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod        Mon Nov 
29 08:24:14 2004
@@ -947,6 +947,24 @@
 C<L<Apache::RequestRec|docs::2.0::api::Apache::RequestRec/main__>>
 manpage.
 
+
+
+=head2 C<$r-E<gt>filename>
+
+When a new C<filename()> is assigned Apache 2.0 doesn't update the
+finfo structure like it did in Apache 1.3. If the old behavior is
+desired Apache::compat's
+L<overriding|docs::2.0::api::Apache::compat/Compatibility_Functions_Colliding_with_mod_perl_2_0_API>
+can be used. Otherwise one should explicitly update the finfo struct
+when desired as explained in the
+C<L<filename|docs::2.0::api::Apache::RequestRec/C_filename_>> API
+entry.
+
+
+
+
+
+
 =head2 C<$r-E<gt>finfo>
 
 As Apache 2.0 doesn't provide an access to the stat structure, but

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

Reply via email to