geoff 2004/02/12 15:06:24
Modified:.Changes
lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c modperl_env.c
modperl_env.h
t/hooks/TestHooks headerparser.pm
t/modperl cookie.t
stas2004/02/09 15:17:12
Modified:xs/Apache/RequestRec Apache__RequestRec.h
Log:
no need for the mpxs_Apache__RequestRec_pool macro, call r->pool directly
Revision ChangesPath
1.11 +2 -2 modperl-2.0/xs/Apache/RequestRec/Apache__RequestRec.h
Index: Apache
geoff 2004/01/30 10:20:10
Modified:t/response/TestModperl subenv.pm
xs/Apache/RequestRec Apache__RequestRec.h
Log:
fix calling $r->subprocess_env() in a void context so that it only
populates %ENV if also called with no arguments. also, make sure it
can be calle
stas2003/03/13 21:34:24
Modified:src/modules/perl modperl_util.h
xs/Apache/RequestRec Apache__RequestRec.h
Log:
add a macro MP_CGI_HEADER_PARSER_OFF so we can re-use it other places
Revision ChangesPath
1.41 +11 -0 modperl-2.0/src/modules/perl/