dougm 02/05/22 20:07:28
Modified:.Changes
src/modules/perl mod_perl.h
t/docs startup.pl
Log:
make sure DynaLoader is loaded before XSLoader to workaround possible
segv when using mod_perl as a dso with perl 5.6.1
Revision Changes
dougm 02/05/15 11:01:21
Modified:t/docs startup.pl
Log:
the easy fix for bleedperl taint issue: don't use ExtUtils::testlib
we don't need it anyhow.
Revision ChangesPath
1.43 +0 -3 modperl/t/docs/startup.pl
Index: startup.pl
===
dougm 01/06/18 22:26:41
Modified:t/docs startup.pl
Log:
DynaLoader needs to be required before XSLoader (pulled in by IO::File)
Revision ChangesPath
1.41 +6 -6 modperl/t/docs/startup.pl
Index: startup.pl
==
dougm 00/12/22 16:32:21
Modified:t/docs startup.pl
Log:
another fix for Test::Harness
Revision ChangesPath
1.40 +1 -1 modperl/t/docs/startup.pl
Index: startup.pl
===
RCS file: /home/cv
dougm 00/09/27 09:26:04
Modified:.Changes
src/modules/perl Apache.xs
t/docs startup.pl
Log:
added Apache::user method in preparation for 2.0, now that `user' hangs
off of the request_rec rather than request_rec->connection in Apache 2.0