stas2003/07/30 05:18:06
Modified:src/modules/perl mod_perl.c modperl_apache_includes.h
.Changes
Log:
perl 5.8.1 randomizes the hash seed, because we precalculate the hash
values of mgv elements the hash seed has to be the same across all
perl interprete
stas2003/07/30 05:53:16
Modified:t/response/TestPerl ithreads.pm
Log:
can't use
my $counter_shar : shared = 1;
as it won't compile under $] < 5.8, before it gets a chance
to skip this test, so using the function share() instead.
Revision ChangesPath
1.2