stas2003/01/30 16:52:22
Modified:.Makefile.PL
Log:
use a portable $(MAKE) instead of just 'make'
Revision ChangesPath
1.91 +1 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
===
R
stas2003/01/30 19:15:24
Modified:xs/Apache/RequestUtil Apache__RequestUtil.h
.Changes
Added: t/response/TestError api.pm
Log:
die when Apache->request returns nothing ('PerlOptions -GlobalRequest'
or 'SetHandler modperl'
Revision Changes
stas2003/01/30 20:20:20
Modified:src/modules/perl modperl_global.c modperl_global.h
xs/Apache/RequestUtil Apache__RequestUtil.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
expose modperl_global_request (needed in external apps written in XS )
stas2003/01/30 20:37:07
Modified:lib/Apache compat.pm
t/response/TestAPI r_subclass.pm
Log:
adjustments to the new behavior of Apache->request, which asserts when is
not configured to return the global object
Revision ChangesPath
1.76 +4 -2