geoff 2003/10/30 11:39:17
Modified:src/modules/perl perl_util.c
Log:
change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart
workaround for possible 5.8.2 change in require() behavior
Revision ChangesPath
1.53 +3 -4 modperl/src/modules/perl/perl
stas2003/10/30 11:41:20
Modified:t/response/TestModperl post_utf8.pm
t/modperl post_utf8.t
Log:
don't rely on Accept-Charset on the server side to figure out what the encoding the
POSTed data is in (this is misleading). It should be used only to decide which
en
stas2003/10/30 11:43:42
Modified:t/response/TestModperl print_utf8_2.pm
Log:
remove a wrongly copy-n-pasted comment
Submitted by: geoff
Revision ChangesPath
1.2 +0 -1 modperl-2.0/t/response/TestModperl/print_utf8_2.pm
Index: print_utf8_2.pm
===
geoff 2003/10/30 11:51:38
Modified:.Changes
Log:
change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart
Revision ChangesPath
1.685 +3 -0 modperl/Changes
Index: Changes