stas2003/03/24 23:52:22
Modified:src/modules/perl mod_perl.c
.Changes
Log:
set the magic taint flags before modules are required
Revision ChangesPath
1.162 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
stas2003/03/24 23:51:08
Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_interp.c
Log:
move the modperl_interp_init() trace inside the function itself
Revision ChangesPath
1.161 +0 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
stas2003/03/24 23:49:57
Modified:src/modules/perl mod_perl.c
t/conf modperl_extra.pl
Log:
make sure to set base server's mip before any of the
PerlRequire/PerlModule directives are called, since they may add
add_config(), which in turn runs Perl sections or P
stas2003/03/24 23:45:23
Modified:src/modules/perl mod_perl.c
Log:
add macros to change the base server startup phases
Revision ChangesPath
1.159 +15 -6 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
stas2003/03/24 20:54:10
Modified:.Changes
Log:
log that ModPerl::MM is now fully functional
Revision ChangesPath
1.158 +3 -0 modperl-2.0/Changes
Index: Changes
===
RCS file: /hom
stas2003/03/24 20:49:06
Modified:.Changes
src/modules/perl mod_perl.c
t/conf modperl_extra.pl
Added: t/apache add_config.t
Log:
fix a segfault caused by PerlModule in $s->add_config, due to setting
the MP_init_done flag before ini
stas2003/03/24 18:24:48
Modified:src/docs/2.0/api/ModPerl MM.pod
Log:
document that macro->{MOD_INSTALL} default
Revision ChangesPath
1.3 +13 -1 modperl-docs/src/docs/2.0/api/ModPerl/MM.pod
Index: MM.pod
===
stas2003/03/24 18:20:56
Modified:lib/ModPerl MM.pm
Log:
supply a default for macro->{MOD_INSTALL}
Submitted by: geoff
Revision ChangesPath
1.28 +9 -0 modperl-2.0/lib/ModPerl/MM.pm
Index: MM.pm