/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod	2004/11/29 16:15:53	106926
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod	2004/11/29 16:24:14	106927
@@ -947,6 +947,24 @@ Refer to the
 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

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26