dougm 01/11/01 15:50:32
Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_perl.c
modperl_perl.h
Log:
moving perl_destruct() and releated items into modperl_perl_destruct() wrapper
Revision ChangesPath
1.93 +1 -3 modperl-2.0
dougm 01/04/09 16:57:23
Modified:src/modules/perl mod_perl.c modperl_interp.c
modperl_interp.h modperl_types.h modperl_util.c
modperl_util.h
Log:
implement "the dso fix" 2.0 style
Revision ChangesPath
1.43 +15 -2
dougm 01/03/14 20:34:04
Modified:src/modules/perl mod_perl.c modperl_interp.c
Log:
need to PERL_SET_CONTEXT to parent perl in non-threaded mpms
give a little more trace info about interpreters in virtual hosts
Revision ChangesPath
1.36 +3 -2 modperl-2.0/src