stas 2004/07/23 15:35:31
Modified: xs/maps apache_structures.map
. Changes
Log:
connection(), canonical_filename() are now read-only
Revision Changes Path
1.32 +2 -2 modperl-2.0/xs/maps/apache_structures.map
Index: apache_structures.map
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- apache_structures.map 22 Jul 2004 21:41:16 -0000 1.31
+++ apache_structures.map 23 Jul 2004 22:35:30 -0000 1.32
@@ -7,7 +7,7 @@
<request_rec>
pool
- connection
+< connection
server
next
prev
@@ -55,7 +55,7 @@
unparsed_uri
uri
filename
- canonical_filename
+< canonical_filename
path_info
args
~ finfo
1.422 +2 -1 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -u -r1.421 -r1.422
--- Changes 22 Jul 2004 21:41:16 -0000 1.421
+++ Changes 23 Jul 2004 22:35:31 -0000 1.422
@@ -12,7 +12,8 @@
=item 1.99_15-dev
-Apache::RequestRec method: method_number is now read-only [Stas]
+Apache::RequestRec methods: method_number, connection,
+canonical_filename are now read-only [Stas]
The func Apache::SubProcess::spawn_proc_prog is now a method:
$r->spawn_proc_prog [Stas]