stas 2004/08/02 11:02:27
Modified: xs/maps apache_structures.map . Changes Log: remove $r->canonical_filename - it's a private member Revision Changes Path 1.35 +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.34 retrieving revision 1.35 diff -u -u -r1.34 -r1.35 --- apache_structures.map 2 Aug 2004 05:35:47 -0000 1.34 +++ apache_structures.map 2 Aug 2004 18:02:27 -0000 1.35 @@ -55,7 +55,7 @@ < unparsed_uri uri filename -< canonical_filename +- canonical_filename path_info args ~ finfo 1.426 +2 -1 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.425 retrieving revision 1.426 diff -u -u -r1.425 -r1.426 --- Changes 2 Aug 2004 05:35:47 -0000 1.425 +++ Changes 2 Aug 2004 18:02:27 -0000 1.426 @@ -20,7 +20,7 @@ - readwrite => readonly: method_number, connection, canonical_filename, header_only, main, - method, next, prev, pool per_dir_config, request_config, + method, next, prev, pool, per_dir_config, request_config, proto_num, protocol, request_time, server, the_request, unparsed_uri @@ -29,6 +29,7 @@ remaining - this method is not needed if the deprecated $r->client_block methods aren't used, (use $r->read $r->instead) + canonical_filename - it's a private member The func Apache::SubProcess::spawn_proc_prog is now a method: $r->spawn_proc_prog [Stas]