stas 2004/08/20 14:00:03
Modified: xs/maps apache_functions.map xs/tables/current/Apache FunctionTable.pm Log: sync with apache api changes Revision Changes Path 1.99 +2 -2 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.98 retrieving revision 1.99 diff -u -u -r1.98 -r1.99 --- apache_functions.map 18 Aug 2004 18:05:29 -0000 1.98 +++ apache_functions.map 20 Aug 2004 21:00:02 -0000 1.99 @@ -91,10 +91,10 @@ r, new_file, next_filter=r->proto_output_filters | lookup_file subrequest_rec *:ap_sub_req_lookup_uri | | \ - r, new_file, next_filter=r->proto_output_filters | lookup_uri + r, new_uri, next_filter=r->proto_output_filters | lookup_uri subrequest_rec *:ap_sub_req_method_uri | | \ - r, method, new_file, next_filter=r->proto_output_filters | lookup_method_uri + r, method, new_uri, next_filter=r->proto_output_filters | lookup_method_uri PACKAGE=Apache::SubRequest ISA=Apache::RequestRec ap_destroy_sub_req | | r | DESTROY 1.59 +3 -3 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v retrieving revision 1.58 retrieving revision 1.59 diff -u -u -r1.58 -r1.59 --- FunctionTable.pm 12 Jul 2004 08:19:40 -0000 1.58 +++ FunctionTable.pm 20 Aug 2004 21:00:03 -0000 1.59 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Mon Jul 12 01:18:27 2004 +# ! Fri Aug 20 12:00:53 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -5891,7 +5891,7 @@ 'args' => [ { 'type' => 'const char *', - 'name' => 'new_file' + 'name' => 'new_uri' }, { 'type' => 'const request_rec *', @@ -5913,7 +5913,7 @@ }, { 'type' => 'const char *', - 'name' => 'new_file' + 'name' => 'new_uri' }, { 'type' => 'const request_rec *',