gozer 2004/08/10 17:16:55
Modified: xs/maps apache_structures.map
. Changes
Log:
Remove 2 struct methods from Apache::Command (func and cmd_data) as both
are pointers to members of no use to Perl land.
Revision Changes Path
1.39 +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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- apache_structures.map 10 Aug 2004 22:55:33 -0000 1.38
+++ apache_structures.map 11 Aug 2004 00:16:55 -0000 1.39
@@ -157,8 +157,8 @@
<command_rec>
name
- func
- cmd_data
+! func
+! cmd_data
req_override
args_how
errmsg
1.435 +2 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- Changes 10 Aug 2004 22:55:33 -0000 1.434
+++ Changes 11 Aug 2004 00:16:55 -0000 1.435
@@ -12,6 +12,8 @@
=item 1.99_15-dev
+Removed Apache::Command methods (func and cmd_data) [Gozer]
+
Removed Apache::Directive methods (data & walk_config) [Gozer]
All Apache::Directive methods are now read-only [Gozer]