gozer 2004/08/10 15:55:33
Modified: . Changes xs/maps apache_functions.map apache_structures.map Log: Removed Apache::Directive methods (data & walk_config) since data is an opaque void * and walk_config can't be currently invoked. Use Apache->server->add_config() instead. Revision Changes Path 1.434 +2 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- Changes 10 Aug 2004 22:50:18 -0000 1.433 +++ Changes 10 Aug 2004 22:55:33 -0000 1.434 @@ -12,6 +12,8 @@ =item 1.99_15-dev +Removed Apache::Directive methods (data & walk_config) [Gozer] + All Apache::Directive methods are now read-only [Gozer] Filters should not reset $@ if it was already set before 1.91 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- apache_functions.map 16 Jul 2004 01:10:46 -0000 1.90 +++ apache_functions.map 10 Aug 2004 22:55:33 -0000 1.91 @@ -220,7 +220,7 @@ !ap_add_node !ap_build_config !ap_build_cont_config - ap_walk_config +!ap_walk_config >ap_process_config_tree MODULE=Apache::Filter PACKAGE=guess 1.38 +1 -1 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.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- apache_structures.map 10 Aug 2004 22:50:18 -0000 1.37 +++ apache_structures.map 10 Aug 2004 22:55:33 -0000 1.38 @@ -190,7 +190,7 @@ < next < first_child < parent -< data +! data < filename < line_num </ap_directive_t>