dougm 02/05/10 10:48:27
Modified:src/modules/perl modperl_util.c
xs/Apache/RequestIO Apache__RequestIO.h
xs/maps modperl_functions.map
Log:
win32 is not happy with PL_sv_no; dont use it.
Revision ChangesPath
1.39 +1 -1 modperl-2
dougm 02/05/10 10:01:48
Modified:t/response/TestAPI uri.pm
Log:
add test for $r->construct_server
Revision ChangesPath
1.7 +4 -1 modperl-2.0/t/response/TestAPI/uri.pm
Index: uri.pm
===
dougm 02/05/10 10:01:30
Modified:xs/maps apache_functions.map
Log:
move construct_server method to Apache::URI module
reorder construct_server args to: r, hostname, port, pool
default construct_server args to: hostname = ap_get_server_name(r)
dougm 02/05/10 09:49:10
Modified:lib/Apache compat.pm
t/response/TestAPI uri.pm
xs/maps apache_functions.map
Log:
move construct_url method to Apache::URI module
default construct_url args uri=r->uri and pool=r->pool
Revision ChangesPa
dougm 02/05/10 09:38:39
Modified:lib/Apache compat.pm
Log:
support Apache::URI->parse($r)
Revision ChangesPath
1.39 +8 -1 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
===
RCS file: